Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RefFloatFn (0.09 sec)

  1. tensorflow/compiler/jit/xla_cluster_util_test.cc

      Output add = ops::Add(s.WithOpName("add_normal"), neg, neg);
    }
    
    void CreateSubgraphCallingFunctionWithRefVar(const Scope& s) {
      NameAttrList ref_float_function;
      ref_float_function.set_name("RefFloatFn");
      ops::PartitionedCall call(s.WithOpName("RefFloat"), {absl::Span<Input>{}},
                                {DT_FLOAT}, ref_float_function);
      Output constant =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 09:53:30 UTC 2024
    - 10.8K bytes
    - Viewed (0)
Back to top