Home
last modified time | relevance | path

Searched refs:set_allocated_tensor (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tensorflow_graph_matching/
H A Dresolve_svdf_test.cc114 (*node->mutable_attr())["value"].set_allocated_tensor(allocated_tensor); in AddNewNode()
133 (*node->mutable_attr())["value"].set_allocated_tensor(allocated_tensor); in AddShapeNode()
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Dnamed_tensor.pb.h191 void set_allocated_tensor(::tensorflow::TensorProto* tensor); in Swap()
330 inline void NamedTensorProto::set_allocated_tensor(::tensorflow::TensorProto* tensor) { in set_allocated_tensor() function
Deager_service.pb.h314 void set_allocated_tensor(::tensorflow::TensorProto* tensor); in Swap()
4021 void set_allocated_tensor(::tensorflow::TensorProto* tensor); in Swap()
6955 inline void SendPackedHandleOp_LocalTensorHandle::set_allocated_tensor(::tensorflow::TensorProto* t… in set_allocated_tensor() function
Dworker.pb.h3313 void set_allocated_tensor(::tensorflow::TensorProto* tensor); in Swap()
8595 inline void RecvTensorResponse::set_allocated_tensor(::tensorflow::TensorProto* tensor) { in set_allocated_tensor() function
Deager_service.pb.cc440 void Operation_Input::set_allocated_tensor(::tensorflow::TensorProto* tensor) { in set_allocated_tensor() function in tensorflow::eager::Operation_Input
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dlog_memory.pb.h362 void set_allocated_tensor(::tensorflow::TensorDescription* tensor); in Swap()
683 void set_allocated_tensor(::tensorflow::TensorDescription* tensor); in Swap()
1318 inline void MemoryLogTensorAllocation::set_allocated_tensor(::tensorflow::TensorDescription* tensor… in set_allocated_tensor() function
1556 inline void MemoryLogTensorOutput::set_allocated_tensor(::tensorflow::TensorDescription* tensor) { in set_allocated_tensor() function
Dattr_value.pb.cc593 void AttrValue::set_allocated_tensor(::tensorflow::TensorProto* tensor) { in set_allocated_tensor() function in tensorflow::AttrValue
Dattr_value.pb.h608 void set_allocated_tensor(::tensorflow::TensorProto* tensor); in Swap()
Dsummary.pb.cc2135 void Summary_Value::set_allocated_tensor(::tensorflow::TensorProto* tensor) { in set_allocated_tensor() function in tensorflow::Summary_Value
Dsummary.pb.h1445 void set_allocated_tensor(::tensorflow::TensorProto* tensor); in Swap()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dgraph_utils.cc95 (*node.mutable_attr())["value"].set_allocated_tensor(tensor.release()); in AddScalarConstNodeHelper()