Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateGetCompilerIrTfrtTpu (0.34 sec)

  1. tensorflow/compiler/jit/get_compiler_ir.cc

        }
        args.push_back(arg);
      }
    
      for (int64_t i = 0; i < input_arg_size; ++i) {
        args[i].name = input_args[i].name();
      }
    
      return args;
    }
    
    absl::Status ValidateGetCompilerIrTfrtTpu(absl::string_view device_type,
                                              stream_executor::Stream* stream,
                                              IrExportStage stage) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 06:59:07 UTC 2024
    - 19K bytes
    - Viewed (0)
Back to top