TensorFlow將給定的對(duì)象轉(zhuǎn)換為張量或IndexedSlices

2018-09-18 16:03 更新

tf.convert_to_tensor_or_indexed_slices

convert_to_tensor_or_indexed_slices ( 
    value , 
    dtype = None , 
    name = None
 )

定義在:tensorflow/python/framework/ops.py.

參見指南:構(gòu)建圖>實(shí)用功能

將給定的對(duì)象轉(zhuǎn)換為張量或 IndexedSlices.

如果值為 IndexedSlices 或 SparseTensor,則將其原封不動(dòng)地返回.否則,它將轉(zhuǎn)換為使用 convert_to_tensor () 的張量.

ARGS:

  • value:可由 convert_to_tensor () 使用的 IndexedSlices、SparseTensor 或?qū)ο?
  • dtype:(可選)返回的張量或 IndexedSlices 所需的 DType.
  • name:(可選)創(chuàng)建新的張量時(shí)要使用的名稱.

返回:

基于值的張量、IndexedSlices 或 SparseTensor.

注意:

  • ValueError: 如果 dtype 與值的元素類型不匹配.
以上內(nèi)容是否對(duì)您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號(hào)
微信公眾號(hào)

編程獅公眾號(hào)