Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateFunctionDefLibWithInt32Input (0.29 sec)

  1. tensorflow/compiler/jit/build_xla_ops_pass_test.cc

                                    NodeWith(Op("StatefulPartitionedCall")),
                                    NodeWith(Op("NoOp")))));
    }
    
    #ifdef GOOGLE_CUDA
    FunctionDefLibrary CreateFunctionDefLibWithInt32Input(const string& name) {
      FunctionDefLibrary fdef_lib;
      FunctionDef func = FunctionDefHelper::Create(
          /*function_name=*/name, /*in_def=*/{"in: int32"},
          /*out_def=*/{"out: int32"},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 08:47:20 UTC 2024
    - 12.2K bytes
    - Viewed (0)
Back to top