/external/tensorflow/tensorflow/core/ops/ |
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 …]
|
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
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
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
|
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
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 …]
|
D | grpc_session.cc | 73 void ReEncodeConsts(GraphDef* gdef) { in ReEncodeConsts()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph_partition_test.cc | 114 const GraphDef& gdef = kv.second; in CheckLoopConstruction() local 400 const GraphDef& gdef = kv.second; in TEST_F() local 490 GraphDef gdef; in TEST_F() local 514 const GraphDef& gdef = kv.second; in TEST_F() local 540 GraphDef gdef; in TEST() local 591 GraphDef gdef; in TEST() local 678 GraphDef gdef; in TEST() local
|
D | graph_partition.cc | 197 GraphDef* gdef, const Edge* edge, in AddSend() 255 GraphDef* gdef, const Edge* edge, NodeDef** real_recv, in AddRecv() 338 NodeDef* AddDummyConst(const PartitionOptions& opts, GraphDef* gdef, in AddDummyConst() 352 NodeDef* AddControlTrigger(const PartitionOptions& opts, GraphDef* gdef, in AddControlTrigger() 812 const GraphDef* gdef, std::vector<std::pair<const NodeDef*, int64>>* nodes, in TopologicalSortNodesWithTimePriority() 893 GraphDef* gdef = &part.second; in AddControlEdges() local 969 void SetIncarnation(const PartitionOptions& opts, GraphDef* gdef) { in SetIncarnation() 1222 GraphDef* gdef = &it.second; in Partition() local 1246 GraphDef* gdef = &it.second; in Partition() local
|
D | optimizer_cse_test.cc | 334 GraphDef gdef; in TEST_F() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | test_util.h | 38 GraphDef gdef; member
|
/external/tensorflow/tensorflow/core/util/ |
D | dump_graph_test.cc | 40 GraphDef gdef; in TEST() local
|
D | equal_graph_def.cc | 39 uint64 GraphDefHash(const GraphDef& gdef, const EqualGraphDefOptions& options) { in GraphDefHash()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function_utils.cc | 298 void ToGraphDef(const Graph* g, GraphDef* gdef, bool pretty) { in ToGraphDef() 363 GraphDef gdef; in DebugString() local
|
D | quantize_training_test.cc | 397 GraphDef gdef; in TEST_F() local 491 GraphDef gdef; in TEST_F() local
|
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
|
D | graph_constructor.cc | 1455 const GraphDef& gdef, Graph* g) { in ConvertGraphDefToGraph() 1464 GraphDef&& gdef, Graph* g) { in ConvertGraphDefToGraph() 1487 Status ImportGraphDef(const ImportGraphDefOptions& opts, const GraphDef& gdef, in ImportGraphDef()
|
D | graph_execution_state.cc | 189 GraphDef gdef; in Extend() local
|
/external/harfbuzz_ng/src/ |
D | main.cc | 188 const GDEF &gdef = *CastP<GDEF> (font_data + table.offset); in main() local
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 93 static Status ValidateGraphDefForDevices(const GraphDef& gdef) { in ValidateGraphDefForDevices() 126 const string& handle, const GraphDef& gdef, WorkerSession* session, in InitItem() 296 const string& handle, const GraphDef& gdef, WorkerSession* session, in Register()
|
D | cluster_function_library_runtime.cc | 39 const FunctionLibraryDefinition& flib_def, GraphDef* gdef, in ConstructFunctionGraph() 203 GraphDef gdef; in Instantiate() local
|
/external/freetype/src/otvalid/ |
D | otvmod.c | 77 FT_Byte* volatile gdef; in otv_validate() local
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | upgrade_graph.cc | 44 GraphDef& gdef, const OpRegistryInterface* default_registry) { in GenerateResourceSharedNameIfEmpty()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_xla_computations_pass.cc | 182 GraphDef gdef; in RewriteSubgraph() local
|
D | encapsulate_xla_computations_pass_test.cc | 181 GraphDef gdef; in TEST() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 257 tensorflow::GradientDef* gdef = fdef_lib.add_gradient(); in TF_GraphCopyFunction() local
|
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
|