Home
last modified time | relevance | path

Searched refs:NameRangeMap (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dnode_def_util_test.cc421 NameRangeMap inputs, outputs; in TEST()
425 EXPECT_EQ(NameRangeMap({{"a", {0, 1}}, {"b", {1, 2}}}), inputs); in TEST()
426 EXPECT_EQ(NameRangeMap({{"c", {0, 1}}, {"d", {1, 2}}}), outputs); in TEST()
441 NameRangeMap inputs, outputs; in TEST()
446 EXPECT_EQ(NameRangeMap({{"a", {0, 1}}, {"b", {1, 2}}}), inputs); in TEST()
447 EXPECT_EQ(NameRangeMap({{"c", {0, 1}}}), outputs); in TEST()
455 EXPECT_EQ(NameRangeMap({{"a", {0, 1}}, {"b", {1, 2}}}), inputs); in TEST()
456 EXPECT_EQ(NameRangeMap({{"c", {0, 1}}}), outputs); in TEST()
471 NameRangeMap inputs, outputs; in TEST()
477 EXPECT_EQ(NameRangeMap({{"a", {0, 4}}, {"b", {4, 8}}}), inputs); in TEST()
[all …]
Dmemory_types.cc32 int GetTotal(const NameRangeMap& name_map) { in GetTotal()
43 void MemoryTypesHelper(const NameRangeMap& name_map, in MemoryTypesHelper()
109 NameRangeMap inp_names; in MemoryTypesForNode()
110 NameRangeMap out_names; in MemoryTypesForNode()
Dnode_def_util.h296 NameRangeMap; typedef
298 NameRangeMap* inputs, NameRangeMap* outputs);
300 NameRangeMap* inputs, NameRangeMap* outputs);
Dnode_def_util.cc580 const OpDef& op_def, NameRangeMap* result) { in NameRangesHelper()
594 NameRangeMap* inputs, NameRangeMap* outputs) { in NameRangesForNode()
606 NameRangeMap* inputs, NameRangeMap* outputs) { in NameRangesForNode()
Dshape_inference.h774 NameRangeMap input_name_map_;
775 NameRangeMap output_name_map_;
Dgraph_to_functiondef.cc208 NameRangeMap output_ranges; in GraphToFunctionDef()
Dop_kernel.h210 NameRangeMap input_name_map_;
211 NameRangeMap output_name_map_;
Dfunction.cc1642 NameRangeMap output_names; in Define()
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dmap_vectorization.cc153 Status GetInputMap(const NodeDef& node, NameRangeMap* result) { in GetInputMap()
161 Status CopyInputs(StringPiece input_name, const NameRangeMap& input_map, in CopyInputs()
176 Status GetInputNodeName(StringPiece input_name, const NameRangeMap& input_map, in GetInputNodeName()
202 NameRangeMap input_map; in AddNewBatchNode()
261 NameRangeMap input_map; in AddNewMapNode()
/external/tensorflow/tensorflow/core/grappler/utils/
Dfunctions.h92 tensorflow::NameRangeMap&& outputs);
122 absl::flat_hash_map<string, tensorflow::NameRangeMap> function_body_outputs_;
Dfunctions.cc42 tensorflow::NameRangeMap outputs_range_map; in RegisterFunctionBodyOutputs()
94 const string& node_name, tensorflow::NameRangeMap&& outputs) { in RegisterFunctionBodyOutputs()
175 const tensorflow::NameRangeMap& outputs = function_body_outputs->second; in ExpandFunctionDefInput()
250 const tensorflow::NameRangeMap& outputs_range_map = is_body_output->second; in AsFunctionDefInput()
/external/tensorflow/tensorflow/python/grappler/
Ditem.i269 tensorflow::NameRangeMap inputs; in TF_GetColocationGroups()
270 tensorflow::NameRangeMap outputs; in TF_GetColocationGroups()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc400 NameRangeMap input_name_ranges; in CompileTimeConstantInputs()
/external/tensorflow/tensorflow/c/
Dc_api_function.cc372 NameRangeMap output_ranges; in GraphToFunctionDef()
Dc_api.cc79 using tensorflow::NameRangeMap;
1524 NameRangeMap name_ranges; in TF_OperationOutputListLength()
1546 NameRangeMap name_ranges; in TF_OperationInputListLength()