Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for XlaCallModule (0.18 sec)

  1. tensorflow/compiler/jit/flags.h

        // XlaCompile and XlaRun ops. This can only be modified programmatically.
        absl::flat_hash_set<std::string> xla_compile_and_run_allowed_devices_;
      } tf_xla_use_device_api;
    };
    
    // Flags for the XlaCallModule kernel.
    struct XlaCallModuleFlags {
      // Used by XlaCallModuleOp to specify safety checks to disable.
      absl::flat_hash_set<std::string> disabled_checks;
    };
    
    // Flags for the build_xla_ops pass.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/compilability_check_util.cc

        }
      }
      return output_memory_types;
    }
    
    static auto const ops_triggering_xla_compilation =
        new absl::flat_hash_set<std::string>{"XlaBroadcastHelper",
                                             "XlaCallModule",
                                             "XlaConv",
                                             "XlaConvV2",
                                             "XlaDequantize",
                                             "XlaDot",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-with-tf2xla-hlo-importer.mlir

        //   func.func public @main(%arg0: tensor<f32>) -> tensor<f32> {
        //     %0 = mhlo.sine %arg0 : tensor<f32>
        //     return %0 : tensor<f32>
        //   }
        // }
        // CHECK: call @main.2
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 38.6K bytes
    - Viewed (1)
Back to top