Home
last modified time | relevance | path

Searched refs:mutable_function_def (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Deager_service_impl_test.cc672 *register_op.mutable_function_def() = MatMulFunction(); in TEST_F()
678 *register_op.mutable_function_def() = MatMulFunction(); in TEST_F()
684 *register_op.mutable_function_def() = MatMulNestedFunction(); in TEST_F()
691 *register_op.mutable_function_def() = SingleRecvNodeFunction(); in TEST_F()
698 *register_op.mutable_function_def() = MatMulFunction(); in TEST_F()
704 *register_op.mutable_function_def() = SingleRecvNodeFunction(); in TEST_F()
H A Dcluster_function_library_runtime.cc39 register_function->mutable_function_def()->mutable_node_def()); in StripDefaultAttributesInRegisterFunctionOp()
90 *register_function->mutable_function_def() = in Instantiate()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc845 *register_function->mutable_function_def() = fdef; in MaybeRegisterFunctionRemotely()
848 register_function->mutable_function_def()->mutable_node_def()); in MaybeRegisterFunctionRemotely()
886 *register_function->mutable_function_def() = in RegisterExistingFunctionsOnRemoteWorkers()
890 register_function->mutable_function_def()->mutable_node_def()); in RegisterExistingFunctionsOnRemoteWorkers()
/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/
Deager_service.pb.h3408 ::tensorflow::FunctionDef* mutable_function_def(); in Swap()
6632 inline ::tensorflow::FunctionDef* RegisterFunctionOp::mutable_function_def() { in mutable_function_def() function