Home
last modified time | relevance | path

Searched defs:tensor_name (Results 1 – 25 of 65) sorted by relevance

123

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dadd.cc32 const std::string tensor_name = absl::StrCat("src_tensor_", i); in CreateUnequalAdd() local
44 const std::string tensor_name = absl::StrCat("src_tensor_", i); in CreateUnequalAdd() local
56 const std::string tensor_name = absl::StrCat("src_tensor_", i); in CreateUnequalAdd() local
76 const std::string tensor_name = absl::StrCat("src_tensor_", i); in CreateAdd() local
Dconcat_z.cc104 std::string tensor_name = "args." + tensor_names[i]; in GetConcatKernelCode() local
/external/tensorflow/tensorflow/core/debug/
Ddebug_graph_utils.cc105 string tensor_name = in InsertNodes() local
148 const string tensor_name = in InsertNodes() local
288 const string DebugNodeInserter::GetDebugNodeName(const string& tensor_name, in GetDebugNodeName()
302 const string& tensor_name, const std::vector<string>& debug_ops, in CreateCopyNode()
473 const DataType src_dt, const string& tensor_name, in CreateDebugNode()
/external/tensorflow/tensorflow/core/tfrt/utils/
Dtfrt_graph_execution_state.cc509 for (const std::string& tensor_name : exit_node.input()) { in FindLoopCondFromExitNode() local
526 for (const std::string& tensor_name : switch_node->input()) { in FindLoopCondFromExitNode() local
582 for (const std::string& tensor_name : callable_options.fetch()) { in PruneGraphDef() local
593 for (const std::string& tensor_name : callable_options.target()) { in PruneGraphDef() local
607 for (const std::string& tensor_name : callable_options.feed()) { in PruneGraphDef() local
645 for (const std::string& tensor_name : node->input()) { in PruneGraphDef() local
715 for (const auto& tensor_name : node.input()) { in EliminateRefVariablesFromV1ControlFlow() local
/external/tensorflow/tensorflow/core/kernels/
Dsendrecv_ops.cc34 const string& tensor_name) { in GetRendezvousKeyPrefix()
69 string tensor_name; in SendOp() local
150 string tensor_name; in RecvOp() local
Dsave_restore_tensor.cc172 const string& tensor_name = tensor_name_t.flat<tstring>()(restore_index); in RestoreTensor() local
354 string tensor_name; member
/external/tensorflow/tensorflow/core/common_runtime/
Dmemory_types.cc123 static Node* Send(Graph* g, const string& tensor_name, in Send()
139 static Node* Recv(Graph* g, const string& tensor_name, in Recv()
192 const string tensor_name = GetTensorName(e); in EnsureMemoryTypes() local
Ddebugger_state_interface.cc33 string tensor_name = in SummarizeDebugTensorWatches() local
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_cache_logger.cc87 const string& tensor_name, in RecordRecvTensor()
97 const string& tensor_name, in RecordDataTransfer()
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_utils.py458 tensor_name, argument
499 tensor_name): argument
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_operation.cc362 absl::Status GPUOperation::GetTensorDescriptor(const std::string& tensor_name, in GetTensorDescriptor()
381 void GPUOperation::AddSrcTensor(const std::string& tensor_name, in AddSrcTensor()
395 void GPUOperation::AddDstTensor(const std::string& tensor_name, in AddDstTensor()
538 const std::string tensor_name = "src_tensor_" + std::to_string(i); in CreateGpuOperation() local
/external/tensorflow/tensorflow/python/keras/protobuf/
Dprojector_config.proto31 string tensor_name = 1; field
/external/tensorflow/tensorflow/python/tools/
Dinspect_checkpoint.py54 def print_tensors_in_checkpoint_file(file_name, tensor_name, all_tensors, argument
/external/tensorflow/tensorflow/dtensor/mlir/
Ddtensor_send_recv.cc213 std::string tensor_name = dtensor_send.key().str(); in LowerDTensorSendFromCPUToTFOp() local
237 std::string tensor_name = dtensor_recv.key().str(); in LowerDTensorRecvFromCPUToTFOp() local
Dmove_compilation_to_host.cc101 std::string tensor_name = absl::StrCat(kSendRecvKeyPrefix, *num_send_recv); in CreateSendRecvOpsToTransferProgramKey() local
110 const std::string& tensor_name = device_key_map[i]; in CreateSendRecvOpsToTransferProgramKey() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_util_platform_specific.cc36 StringPiece tensor_name, in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/core/common_runtime/pluggable_device/
Dpluggable_device_context.cc35 StringPiece tensor_name, in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_remaining_ops.cc152 const std::string& tensor_name) { in GetRendezvousKey()
/external/tensorflow/tensorflow/core/tpu/
Dvirtual_device.cc48 StringPiece tensor_name, in CopyDeviceTensorToCPU()
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.cc38 StringPiece tensor_name, in CopyDeviceTensorToCPUSync()
/external/tensorflow/tensorflow/core/kernels/linalg/
Dtridiagonal_matmul_op_gpu.cu.cc97 const std::string& tensor_name, in ValidateInputTensor()
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_util_v2.py146 def resource_input_index(tensor_name, input_names, node_defs, functions): argument
/external/tensorflow/tensorflow/compiler/tf2tensorrt/common/
Dutils.cc60 Status GetTrtBindingIndex(const char* tensor_name, int profile_index, in GetTrtBindingIndex()
/external/tensorflow/tensorflow/compiler/jit/
Dintroduce_floating_point_jitter_pass.cc36 for (const string& tensor_name : tensor_names) { in GetNodesToModify() local
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder_test.cc46 Output tensor_name = in TEST_F() local
107 Output tensor_name = in TEST_F() local

123