Home
last modified time | relevance | path

Searched defs:to_tensor (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_conversion_ops.py32 def to_tensor(rt_input, default_value=None, name=None): function
Dragged_tensor.py1222 def to_tensor(self, default_value=None, name=None): member in RaggedTensor
/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc38 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/
Dgdr_collective_executor_mgr.cc39 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/
Dbase_collective_executor.h124 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
Dcollective_rma_local.cc29 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
Dtest_collective_executor_mgr.h34 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
Dring_gatherer_test.cc69 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
Dring_reducer_test.cc69 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
Dhierarchical_tree_broadcaster_test.cc165 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto552 string to_tensor = 2; field
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc374 SafeTensorId to_tensor(func_node, to_idx); in AddTensorMapping() local
1904 const SafeTensorId to_tensor = ParseTensorName(output_tensor); in InlineIndirectFunctionCall() local