Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for _outside_compilation_shape_inference_ (0.47 sec)

  1. tensorflow/compiler/jit/extract_outside_compilation_pass.cc

        AddNodeAttr("shape_inference_graph", shape_inference_graph, node_def);
        AddNodeAttr("shapes", *shapes, node_def);
      } else {
        string shape_inference_func_name =
            absl::StrCat("_outside_compilation_shape_inference_", new_name);
        NameAttrList shape_inference_graph;
        shape_inference_graph.set_name(shape_inference_func_name);
        AddNodeAttr("shape_inference_graph", shape_inference_graph, node_def);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 104.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc

      TF_RETURN_IF_ERROR(ConvertGraphDefToGraph(opts, graphdef, graph.get()));
      FunctionDef* fdef = library->add_function();
      TF_RETURN_IF_ERROR(GraphToFunctionDef(
          *graph,
          absl::StrCat("_outside_compilation_shape_inference_", name_suffix),
          fdef));
      return absl::OkStatus();
    }
    
    template <class Tkey, class Tvalue>
    bool EqualProtoMap(const ::tensorflow::protobuf::Map<Tkey, Tvalue>& a,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
Back to top