Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RegularFloatFn (0.15 sec)

  1. tensorflow/compiler/jit/xla_cluster_util_test.cc

      s.graph()->AddControlEdge(call.operation.node(), constant.node());
    }
    
    void CreateSubgraphCallingFunctionWithoutRefVar(const Scope& s) {
      NameAttrList regular_float_function;
      regular_float_function.set_name("RegularFloatFn");
      ops::PartitionedCall call(s.WithOpName("RegularFloat"), {absl::Span<Input>{}},
                                {DT_FLOAT}, regular_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