App下載

詞條

大約有 3,000 項(xiàng)符合查詢結(jié)果 ,庫內(nèi)數(shù)據(jù)總量為 78,409 項(xiàng)。(搜索耗時(shí):0.0085秒)

1711.TensorFlow定義文件:將凍結(jié)的圖形轉(zhuǎn)換為TFLite FlatBuffer

...供了TensorFlow中tf.lite.OpsSet函數(shù)的幫助文件:tensorflow/lite/python/convert.py,用于將凍結(jié)的圖形轉(zhuǎn)換為TFLite FlatBuffer:# Copyright 2018 The TensorFlow Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this fil...

http://m.o2fo.com/tensorflow_python/lite_python_convert.html

1712.3.2 執(zhí)行精確的浮點(diǎn)數(shù)運(yùn)算

...EE 754標(biāo)準(zhǔn)通過自己的浮點(diǎn)單位去執(zhí)行算術(shù)時(shí)的特征。由于Python的浮點(diǎn)數(shù)據(jù)類型使用底層表示存儲數(shù)據(jù),因此你沒辦法去避免這樣的誤差。 如果你想更加精確(并能容忍一定的性能損耗),你可以使用decimal模塊: >>> from decimal...

http://m.o2fo.com/youshq/lmefpozt.html

1713.PyTorch torch.utils.data

... `torch.utils.data.DataLoader` 類。 它表示可在數(shù)據(jù)集上迭代的 Python,并支持 這些選項(xiàng)由 `DataLoader` 的構(gòu)造函數(shù)參數(shù)配置,該參數(shù)具有簽名: ``` DataLoader(dataset, batch_size=1, shuffle=False, sampler=None, batch_sampler=None, num_workers=0, collate_fn=None, pin...

http://m.o2fo.com/pytorch/pytorch-eznw3bxm.html

1714.ch1

...軟件解釋器讀取并執(zhí)行。例如,C被認(rèn)為是編譯語言,而Python被認(rèn)為是解釋語言。但是二者之間的界限并不總是那么明顯。 首先,許多語言既可以編譯執(zhí)行也可以解釋執(zhí)行。例如,存在C的解釋器,和Python的編譯器。其次,類似Jav...

http://m.o2fo.com/think_os_zh/zv5m023d8f.html

1715.pytest fixture-按fixture實(shí)例自動(dòng)分組測試

...======= test session starts ============================ platform linux -- Python 3.x.y, pytest-7.x.y, pluggy-1.x.y -- $PYTHON_PREFIX/bin/python cachedir: .pytest_cache rootdir: /home/sweet/project collecting ... collected 8 items test_module.py::test_0[1] SETUP otherarg 1 RUN test0 with otherarg ...

http://m.o2fo.com/pytest/pytest-wau53mbu.html

1716.TensorFlow定義文件:Keras后端API

本節(jié)提供了TensorFlow中后端函數(shù)的幫助文件:tensorflow/python/keras/backend.py,提供Keras后端API:# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with ...

http://m.o2fo.com/tensorflow_python/keras_backend.html

1717.TensorFlow定義變量

...======================== ============================= ""變量請參閱@ {python / state_ops}指南.""@@Variable@@global_variables@@local_variables@@model_variables@@trainable_variables@@moving_average_variables@@global_variables_initializer@@local_variables_initializer@@variables_initializer@@is_v...

http://m.o2fo.com/tensorflow_python/tensorflow_python-ogel2chp.html

1718.用tornado做網(wǎng)站(7)

...李四發(fā)短信,編輯了一句話“今晚一起看老齊的零基礎(chǔ)學(xué)python”,發(fā)送給李四。李四或許馬上回復(fù),或許過一段時(shí)間,這段時(shí)間多長也不定,才回復(fù)。總之,李四不管什么時(shí)候回復(fù),張三會以聽到短信鈴聲為提示查看短信。 以...

http://m.o2fo.com/uqmpir/3gnskozt.html

1719.API

...score are considered private as well as the special attributes of internal python objects as returned by the?is_internal_attribute()?function. is_safe_callable(obj) Check if an object is safely callable. Per default a function is considered safe unless the?unsafe_callable?attribute exists and is...

http://m.o2fo.com/yshfid/av4jtozt.html

1720.Tornado 使用 Future 對象

...back? 安排的回調(diào)時(shí)間已更改?,F(xiàn)在部分支持取消(僅在 Python 3 上)?exc_info和 ?set_exc_info方法在 Python 3 上不再可用。tornado.concurrent.run_on_executor(*args, **kwargs) → Callable裝飾器在執(zhí)行器上異步運(yùn)行同步方法。返回一個(gè)?future?。...

http://m.o2fo.com/pytornado/pytornado-f8vm3lwl.html

抱歉,暫時(shí)沒有相關(guān)的微課

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的視頻課程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

抱歉,暫時(shí)沒有相關(guān)的教程

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

1711.TensorFlow定義文件:將凍結(jié)的圖形轉(zhuǎn)換為TFLite FlatBuffer

...供了TensorFlow中tf.lite.OpsSet函數(shù)的幫助文件:tensorflow/lite/python/convert.py,用于將凍結(jié)的圖形轉(zhuǎn)換為TFLite FlatBuffer:# Copyright 2018 The TensorFlow Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this fil...

http://m.o2fo.com/tensorflow_python/lite_python_convert.html

1712.3.2 執(zhí)行精確的浮點(diǎn)數(shù)運(yùn)算

...EE 754標(biāo)準(zhǔn)通過自己的浮點(diǎn)單位去執(zhí)行算術(shù)時(shí)的特征。由于Python的浮點(diǎn)數(shù)據(jù)類型使用底層表示存儲數(shù)據(jù),因此你沒辦法去避免這樣的誤差。 如果你想更加精確(并能容忍一定的性能損耗),你可以使用decimal模塊: >>> from decimal...

http://m.o2fo.com/youshq/lmefpozt.html

1713.PyTorch torch.utils.data

... `torch.utils.data.DataLoader` 類。 它表示可在數(shù)據(jù)集上迭代的 Python,并支持 這些選項(xiàng)由 `DataLoader` 的構(gòu)造函數(shù)參數(shù)配置,該參數(shù)具有簽名: ``` DataLoader(dataset, batch_size=1, shuffle=False, sampler=None, batch_sampler=None, num_workers=0, collate_fn=None, pin...

http://m.o2fo.com/pytorch/pytorch-eznw3bxm.html

1714.ch1

...軟件解釋器讀取并執(zhí)行。例如,C被認(rèn)為是編譯語言,而Python被認(rèn)為是解釋語言。但是二者之間的界限并不總是那么明顯。 首先,許多語言既可以編譯執(zhí)行也可以解釋執(zhí)行。例如,存在C的解釋器,和Python的編譯器。其次,類似Jav...

http://m.o2fo.com/think_os_zh/zv5m023d8f.html

1715.pytest fixture-按fixture實(shí)例自動(dòng)分組測試

...======= test session starts ============================ platform linux -- Python 3.x.y, pytest-7.x.y, pluggy-1.x.y -- $PYTHON_PREFIX/bin/python cachedir: .pytest_cache rootdir: /home/sweet/project collecting ... collected 8 items test_module.py::test_0[1] SETUP otherarg 1 RUN test0 with otherarg ...

http://m.o2fo.com/pytest/pytest-wau53mbu.html

1716.TensorFlow定義文件:Keras后端API

本節(jié)提供了TensorFlow中后端函數(shù)的幫助文件:tensorflow/python/keras/backend.py,提供Keras后端API:# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with ...

http://m.o2fo.com/tensorflow_python/keras_backend.html

1717.TensorFlow定義變量

...======================== ============================= ""變量請參閱@ {python / state_ops}指南.""@@Variable@@global_variables@@local_variables@@model_variables@@trainable_variables@@moving_average_variables@@global_variables_initializer@@local_variables_initializer@@variables_initializer@@is_v...

http://m.o2fo.com/tensorflow_python/tensorflow_python-ogel2chp.html

1718.用tornado做網(wǎng)站(7)

...李四發(fā)短信,編輯了一句話“今晚一起看老齊的零基礎(chǔ)學(xué)python”,發(fā)送給李四。李四或許馬上回復(fù),或許過一段時(shí)間,這段時(shí)間多長也不定,才回復(fù)。總之,李四不管什么時(shí)候回復(fù),張三會以聽到短信鈴聲為提示查看短信。 以...

http://m.o2fo.com/uqmpir/3gnskozt.html

1719.API

...score are considered private as well as the special attributes of internal python objects as returned by the?is_internal_attribute()?function. is_safe_callable(obj) Check if an object is safely callable. Per default a function is considered safe unless the?unsafe_callable?attribute exists and is...

http://m.o2fo.com/yshfid/av4jtozt.html

1720.Tornado 使用 Future 對象

...back? 安排的回調(diào)時(shí)間已更改。現(xiàn)在部分支持取消(僅在 Python 3 上)?exc_info和 ?set_exc_info方法在 Python 3 上不再可用。tornado.concurrent.run_on_executor(*args, **kwargs) → Callable裝飾器在執(zhí)行器上異步運(yùn)行同步方法。返回一個(gè)?future?。...

http://m.o2fo.com/pytornado/pytornado-f8vm3lwl.html

抱歉,暫時(shí)沒有相關(guān)的文章

w3cschool 建議您:

  • 檢查輸入的文字是否有誤

熱門課程