/aosp_15_r20/external/tensorflow/tensorflow/core/ops/ |
H A D | array_grad_test.cc | 39 auto gdef = test::function::GDef( in PackGrad() local 80 auto gdef = test::function::GDef( in UnpackGrad() local 120 auto gdef = test::function::GDef( in ConcatGrad() local 144 auto gdef = test::function::GDef( in ConcatGradV2() local 216 auto gdef = test::function::GDef( in SplitGrad() local 245 auto gdef = test::function::GDef( in SplitVGrad() local 310 auto gdef = test::function::GDef( in ReshapeGrad() local 349 auto gdef = test::function::GDef( in ExpandDimsGrad() local 387 auto gdef = test::function::GDef( in SqueezeGrad() local 417 auto gdef = test::function::GDef( in TransposeGrad() local [all …]
|
H A D | math_grad_test.cc | 78 auto gdef = test::function::GDef( in Unary() local 154 auto gdef = test::function::GDef( in SymGrad() local 209 auto gdef = test::function::GDef( in ReductionGrad() local 235 auto gdef = test::function::GDef( in ReduceSum() local 255 auto gdef = test::function::GDef( in MatMulCommon() local 325 auto gdef = test::function::GDef( in MatMulGradCommon() local 393 auto gdef = test::function::GDef( in SelectGrad() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_session_test.cc | 636 GraphDef gdef; in TEST() local 693 GraphDef gdef; in TEST() local 752 GraphDef gdef; in TEST() local 811 GraphDef gdef; in TEST() local 1074 GraphDef gdef; in TEST() local 1091 GraphDef gdef; in TEST() local 1115 GraphDef gdef; in TEST() local 1140 GraphDef gdef; in TEST() local 1171 GraphDef gdef; in TEST() local 1195 GraphDef gdef; in TEST() local [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/ |
H A D | graph_partition_test.cc | 115 const GraphDef& gdef = kv.second; in CheckLoopConstruction() local 401 const GraphDef& gdef = kv.second; in TEST_F() local 491 GraphDef gdef; in TEST_F() local 515 const GraphDef& gdef = kv.second; in TEST_F() local 541 GraphDef gdef; in TEST() local 592 GraphDef gdef; in TEST() local 679 GraphDef gdef; in TEST() local
|
H A D | graph_partition.cc | 196 GraphDef* gdef, const Edge* edge, in AddSend() 254 GraphDef* gdef, const Edge* edge, NodeDef** real_recv, in AddRecv() 337 NodeDef* AddDummyConst(const PartitionOptions& opts, GraphDef* gdef, in AddDummyConst() 351 NodeDef* AddControlTrigger(const PartitionOptions& opts, GraphDef* gdef, in AddControlTrigger() 812 const GraphDef* gdef, in TopologicalSortNodesWithTimePriority() 894 GraphDef* gdef = &part.second; in AddControlEdges() local 970 void SetIncarnation(const PartitionOptions& opts, GraphDef* gdef) { in SetIncarnation() 1231 GraphDef* gdef = &it.second; in Partition() local 1255 GraphDef* gdef = &it.second; in Partition() local
|
H A D | optimizer_cse_test.cc | 334 GraphDef gdef; in TEST_F() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/ |
H A D | colocation_test.cc | 49 GraphDef gdef = test::function::GDef({ndef}); in TEST() local 90 GraphDef gdef = in TEST() local 158 GraphDef gdef = test::function::GDef( in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/ |
H A D | graph_mgr.cc | 93 static Status ValidateGraphDefForDevices(const GraphDef& gdef) { in ValidateGraphDefForDevices() 125 Status GraphMgr::InitItem(const string& handle, const GraphDef& gdef, in InitItem() 297 Status GraphMgr::Register(const string& handle, const GraphDef& gdef, in Register()
|
H A D | cluster_function_library_runtime.cc | 39 const FunctionLibraryDefinition& flib_def, GraphDef* gdef, in ConstructFunctionGraph() 202 GraphDef gdef; in Instantiate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/ |
H A D | function_utils.cc | 298 void ToGraphDef(const Graph* g, GraphDef* gdef, bool pretty) { in ToGraphDef() 363 GraphDef gdef; in DebugString() local
|
H A D | quantize_training_test.cc | 397 GraphDef gdef; in TEST_F() local 491 GraphDef gdef; in TEST_F() local
|
H A D | graph_constructor_test.cc | 2643 GraphDef gdef; in TEST_F() local 2740 GraphDef gdef; in TEST_F() local 3228 GraphDef gdef; in TEST_F() local
|
H A D | inline_function_utils_test.cc | 59 GraphDef gdef = GDef( in TEST() local
|
H A D | graph_constructor.cc | 1452 const GraphDef& gdef, Graph* g) { in ConvertGraphDefToGraph() 1461 GraphDef&& gdef, Graph* g) { in ConvertGraphDefToGraph() 1484 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ |
H A D | test_util.h | 38 GraphDef gdef; member
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | dump_graph_test.cc | 40 GraphDef gdef; in TEST() local
|
H A D | equal_graph_def.cc | 39 uint64 GraphDefHash(const GraphDef& gdef, const EqualGraphDefOptions& options) { in GraphDefHash()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
H A D | upgrade_graph.cc | 49 GraphDef& gdef, const OpRegistryInterface* default_registry) { in GenerateResourceSharedNameIfEmpty()
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/ |
H A D | tables.rs | 16 pub mod gdef; module
|
/aosp_15_r20/external/freetype/src/otvalid/ |
H A D | otvmod.c | 77 FT_Byte* volatile gdef; in otv_validate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
H A D | trt_optimization_pass.cc | 49 bool ShouldUseExplicitPrecision(const GraphDef& gdef) { in ShouldUseExplicitPrecision()
|
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | c_api_function_test.cc | 1330 GraphDef gdef; in TEST_F() local 1378 GraphDef gdef; in TEST_F() local 1406 GraphDef gdef; in TEST_F() local
|
H A D | c_api_function.cc | 258 tensorflow::GradientDef* gdef = fdef_lib.add_gradient(); in TF_GraphCopyFunction() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
H A D | trt_convert_api_test.cc | 93 GraphDef gdef = GDef( in GetGraphWithFunction() local
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-subset-plan.cc | 447 hb_blob_ptr_t<OT::GDEF> gdef = plan->source_table<OT::GDEF> (); in _collect_layout_variation_indices() local 623 hb_blob_ptr_t<OT::GDEF> gdef = plan->source_table<OT::GDEF> (); in _remap_used_mark_sets() local
|