Home
last modified time | relevance | path

Searched refs:mutable_function (Results 1 – 25 of 26) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/core/ir/importexport/tests/roundtrip/
H A Droundtrip.cc117 llvm::sort(*library->mutable_function(), in NormalizeTensorData()
129 FunctionDef* func = library->mutable_function(func_id); in NormalizeTensorData()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/inference/
H A Dbatch_op_rewriter.cc166 optimized_graph->mutable_library()->mutable_function(i); in Optimize()
197 optimized_graph->mutable_library()->mutable_function(i); in Optimize()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Drewrite_utils.cc131 for (auto& function_def : *graph_def->mutable_library()->mutable_function()) { in ApplyRewrites()
272 *graph_def->mutable_library()->mutable_function()) { in GetGrapplerItem()
H A Ddataset_utils.cc575 for (auto& function : (*library->mutable_function())) { in StripDevicePlacement()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dupgrade_graph.cc86 for (FunctionDef& fdef : *library->mutable_function()) { in GenerateResourceSharedNameIfEmpty()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dtf2xla.cc149 for (auto& fn : *graph_def->mutable_library()->mutable_function()) { in ConvertVarHandlesToAotVarHandles()
/aosp_15_r20/external/tensorflow/tensorflow/core/util/tensor_bundle/
H A Dbyte_swap.cc151 ->mutable_function()) { in ByteSwapTensorContent()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/data/
H A Dmake_deterministic.cc378 *graph->graph()->mutable_library()->mutable_function()->Add() = in SplitMap()
380 *graph->graph()->mutable_library()->mutable_function()->Add() = in SplitMap()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Ddataset_ops.cc119 for (auto& function : (*library->mutable_function())) { in Compute()
/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/
Dfunction.pb.h220 ::tensorflow::FunctionDef* mutable_function(int index); in Swap()
222 mutable_function(); in Swap()
1186 inline ::tensorflow::FunctionDef* FunctionDefLibrary::mutable_function(int index) { in mutable_function() function
1191 FunctionDefLibrary::mutable_function() { in mutable_function() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.cc757 *graph_def.mutable_library()->mutable_function()) { in RemoveInputShapesInFunctions()
772 for (FunctionDef& fdef : *flib_proto.mutable_function()) { in OptimizeFunctions()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dgraph_def_util.cc152 FunctionDef* func_def = graph_def->mutable_library()->mutable_function(f); in RemoveNewDefaultAttrsFromGraphDef()
H A Dfunction_test.cc1226 proto.mutable_function(1)->mutable_signature()->set_name(x4_name); in TEST()
1261 proto2.mutable_function(1)->mutable_signature()->set_name(x2_name); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dcluster_function_library_runtime.cc41 *register_function->mutable_library()->mutable_function()) { in StripDefaultAttributesInRegisterFunctionOp()
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph_test.cc610 *error_proto.mutable_function(0)->add_node_def() = in TEST_F()
620 error_proto.mutable_function(0)->mutable_signature()->set_name("Add"); in TEST_F()
H A Dgraph_partition.cc974 for (FunctionDef& fdef : *gdef->mutable_library()->mutable_function()) { in SetIncarnation()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dmeta_optimizer.cc119 FunctionDef* fn_stub = stub.mutable_function()->Add(); in GetFunctionDefLibraryStub()
1029 for (FunctionDef& func_def : *fdef_lib.mutable_function()) { in PropagateTFDataAttrs()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compile_op_support.cc362 *compilation_request.mutable_function() = *function_computation.function; in CreateTpuCompilationRequest()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dgrappler_item_builder.cc233 for (auto& func : *graph_def.mutable_library()->mutable_function()) { in RuntimeGraphOptimizer()
H A Dmutable_graph_view.cc476 for (FunctionDef& fdef : *subgraph.mutable_library()->mutable_function()) { in AddSubgraph()
/aosp_15_r20/external/stg/
H A Dproto_writer.cc519 SortNodesById(*stg.mutable_function()); in SortNodes()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/internal/
H A Dtfprof_code.cc377 profile_pb->mutable_function()->Add()->MergeFrom(function_it.second); in Build()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.cc887 std::move(*function_defs.mutable_function(i)); 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/
Dsaved_object_graph.pb.h658 ::tensorflow::SavedFunction* mutable_function(); in Swap()
3116 inline ::tensorflow::SavedFunction* SavedObject::mutable_function() { in mutable_function() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.cc2280 (*graphdef_copy.mutable_library()->mutable_function())) { in InlineAllFunctions()

12