MCPcopy Create free account
hub / github.com/alibaba/nann / internal_convert_n_to_tensor

Function internal_convert_n_to_tensor

tensorflow/tensorflow/python/framework/ops.py:1318–1363  ·  view source on GitHub ↗

Converts `values` to a list of `Tensor` objects. Args: values: A list of objects that can be consumed by `tf.convert_to_tensor()`. dtype: (Optional.) The required `DType` of the returned `Tensor` objects. name: (Optional.) A name prefix to used when a new `Tensor` is created, in

(values,
                                 dtype=None,
                                 name=None,
                                 as_ref=False,
                                 preferred_dtype=None,
                                 ctx=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

convert_n_to_tensorFunction · 0.85

Calls 4

TypeErrorFunction · 0.85
contextMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected