Searched defs:shape_inference_for_unknown_shape (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/hexagon/
H A Dgraph_transferer_test.cc459 bool shape_inference_for_unknown_shape = true; local
463 is_text_proto, shape_inference_for_unknown_shape,
471 shape_inference_for_unknown_shape = false;
475 is_text_proto, shape_inference_for_unknown_shape,
H A Dgraph_transferer.cc88 const bool shape_inference_for_unknown_shape) {
96 if (shape_inference_for_unknown_shape) {
195 const bool shape_inference_for_unknown_shape,
229 shape_inference_for_unknown_shape);
83 LoadGraphFromProto( const IRemoteFusedGraphOpsDefinitions& ops_definitions, const GraphDef& graph_def, const std::vector<std::pair<string, Tensor>>& input_node_info_list, const std::vector<string>& output_node_names, const bool shape_inference_for_unknown_shape) argument
190 LoadGraphFromProtoFile( const IRemoteFusedGraphOpsDefinitions& ops_definitions, const string& graph_def_path, const std::vector<std::pair<string, Tensor>>& input_node_info_list, const std::vector<string>& output_node_names, const bool is_text_proto, const bool shape_inference_for_unknown_shape, const bool dry_run_for_unknown_shape) argument

Completed in 116 milliseconds