Searched defs:to_tensor (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_conversion_ops.py | 32 def to_tensor(rt_input, default_value=None, name=None): function
|
D | ragged_tensor.py | 1222 def to_tensor(self, default_value=None, name=None): member in RaggedTensor
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | collective_rma_distributed.cc | 38 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvBufCall() 78 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
|
/external/tensorflow/tensorflow/contrib/gdr/ |
D | gdr_collective_executor_mgr.cc | 39 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvBufCall() 81 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | base_collective_executor.h | 124 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
|
D | collective_rma_local.cc | 29 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
|
D | test_collective_executor_mgr.h | 34 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
|
D | ring_gatherer_test.cc | 69 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
|
D | ring_reducer_test.cc | 69 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
|
D | hierarchical_tree_broadcaster_test.cc | 165 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | config.proto | 552 string to_tensor = 2; field
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 374 SafeTensorId to_tensor(func_node, to_idx); in AddTensorMapping() local 1904 const SafeTensorId to_tensor = ParseTensorName(output_tensor); in InlineIndirectFunctionCall() local
|