Home
last modified time | relevance | path

Searched refs:output_ranges (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dgraph_to_functiondef.cc208 NameRangeMap output_ranges; in GraphToFunctionDef() local
210 NameRangesForNode(*node, node->op_def(), nullptr, &output_ranges)); in GraphToFunctionDef()
211 for (const auto& output : output_ranges) { in GraphToFunctionDef()
/external/blktrace/btt/
Dbt_timeline.c68 if (process() || output_avgs(avgs_ofp) || output_ranges(rngs_ofp)) in main()
Dglobals.h268 int output_ranges(FILE *ofp);
Doutput.c911 int output_ranges(FILE *ofp) in output_ranges() function
/external/tensorflow/tensorflow/c/
Dc_api_function.cc372 NameRangeMap output_ranges; in GraphToFunctionDef() local
374 NameRangesForNode(*node, node->op_def(), nullptr, &output_ranges)); in GraphToFunctionDef()
375 for (const auto& output : output_ranges) { in GraphToFunctionDef()