Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dcollective_rma_distributed.cc44 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvBufCall()
111 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_conversion_ops.py44 def to_tensor(rt_input, default_value=None, name=None): function
Dragged_tensor.py1789 def to_tensor(self, default_value=None, name=None, shape=None): member in RaggedTensor
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_rma_local.cc29 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
Dcollective_test_util.cc61 const AllocatorAttributes& to_alloc_attr, Tensor* to_tensor, in RecvFromPeer()
/external/tensorflow/tensorflow/compiler/xla/experimental/xla_sharding/
Dxla_sharding.py281 def copy_sharding(from_tensor, to_tensor, use_sharding_op=False): argument
/external/tensorflow/tensorflow/core/protobuf/
Dconfig.proto835 string to_tensor = 2; field
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc336 SafeTensorId to_tensor(func_node, to_idx); in AddTensorMapping() local