HomeSort by relevance Sort by last modified time
    Searched defs:require_shape_type (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_rewriter_transform.cc 161 const bool require_shape_type = !input_types_str.empty(); local
169 fused_node_names, remote_graph_executor_name, require_shape_type,
185 require_shape_type, output_graph_def));
193 fused_op_types, remote_graph_executor_name, require_shape_type,
remote_fused_graph_execute_utils.cc 608 const bool require_shape_type, RemoteFusedGraphExecuteInfo* execute_info,
637 CHECK(!require_shape_type)
663 CHECK(!require_shape_type)
677 const std::vector<string>& outputs, const bool require_shape_type,
687 executor_name, subgraph_def, inputs, outputs, require_shape_type,
1262 bool require_shape_type = false; local
    [all...]

Completed in 61 milliseconds