Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 3,694 for Levine (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-device-retval.pbtxt

    A. Unique TensorFlower <******@****.***> 1605121757 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Nov 11 19:14:04 UTC 2020
    - 1.5K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/stream_executor/stream_executor.h

    //     OnTFDeviceView(params->device->struct_size);
    //     params->device = { SP_DEVICE_STRUCT_SIZE };
    //     params->device->device_handle = get_my_device_handle(device->ordinal);
    //     params->device->ordinal = params->ordinal;
    //     ...
    //   }
    //
    //   void destroy_device(const SP_Platform* platform, SP_Device* device) {
    //     delete_my_device_handle(device->device_handle);
    //   }
    //
    //   void SE_InitPlugin(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 24 08:40:35 UTC 2022
    - 21.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/xla_device_ops.h

    #define REGISTER_XLA_DEVICE_KERNELS(DEVICE, TYPES)                             \
      REGISTER_KERNEL_BUILDER(                                                     \
          Name("Const").Device(DEVICE).TypeConstraint("dtype", TYPES),             \
          ConstantOp);                                                             \
      REGISTER_KERNEL_BUILDER(                                                     \
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 23 19:28:25 UTC 2021
    - 17.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf2xla/transforms/passes.h

    #define GEN_PASS_DECL_LEGALIZETF
    #define GEN_PASS_DECL_LEGALIZETFCOLLECTIVE
    #define GEN_PASS_DECL_LEGALIZETFMODULEPASS
    #define GEN_PASS_DECL_LEGALIZETFTYPESPASS
    #define GEN_PASS_DECL_TFXLADEVICESPECIFICTRANSFORMS
    #define GEN_PASS_DECL_VERIFYTFXLALEGALIZATION
    #include "tensorflow/compiler/mlir/tf2xla/transforms/xla_legalize_tf_passes.h.inc"
    
    #define GEN_PASS_REGISTRATION
    #define GEN_PASS_DECL_LEGALIZETFCOMMUNICATIONPASS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/aot/test_google.cc

    #include "tensorflow/core/platform/cpu_info.h"
    
    // Macros that expand to tokens based on the entry point name.
    // clang-format off
    #define CPP_CLASS {{TFCOMPILE_CPP_CLASS}}  // NOLINT(whitespace/braces)
    #define TEST_NAME {{TFCOMPILE_NAME}}Test   // NOLINT(whitespace/braces)
    #define BM_NAME   BM_{{TFCOMPILE_NAME}}    // NOLINT(whitespace/braces)
    // clang-format on
    
    namespace tensorflow {
    namespace tfcompile {
    namespace {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. tensorflow/compiler/aot/test.cc

    #include "tensorflow/core/platform/test_benchmark.h"
    
    // Macros that expand to tokens based on the entry point name.
    // clang-format off
    #define CPP_CLASS {{TFCOMPILE_CPP_CLASS}}  // NOLINT(whitespace/braces)
    #define TEST_NAME {{TFCOMPILE_NAME}}Test   // NOLINT(whitespace/braces)
    #define BM_NAME   BM_{{TFCOMPILE_NAME}}    // NOLINT(whitespace/braces)
    // clang-format on
    
    namespace tensorflow {
    namespace tfcompile {
    namespace {
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/transforms/tf_device_assignment.cc

          }
        });
      }
    };
    
    #define GEN_PASS_DEF_TFDEVICEASSIGNMENTBYFUNCATTRPASS
    #include "tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.h.inc"
    
    // A pass to perform device assignment for TF dialect ops that do not
    // have device assignment, by using the device attribute of the function.
    // If device attribute is not found from the function, nothing is done.
    class TFDeviceAssignmentByFuncAttrPass
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 05 23:50:19 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  8. tensorflow/compiler/aot/benchmark_main.template

    #define EIGEN_USE_THREADS
    #define EIGEN_USE_CUSTOM_THREAD_POOL
    
    // clang-format off
    #include "{{TFCOMPILE_HEADER}}"  // NOLINT(whitespace/braces)
    // clang-format on
    
    #include "tensorflow/compiler/aot/benchmark.h"
    #include "unsupported/Eigen/CXX11/Tensor"
    
    // Macros that expand to tokens based on the entry point name.
    // clang-format off
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 19 20:05:05 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_op_interfaces.h

    // `container`, `name`, and `device` can be set. If an resource handle is tied
    // to an instance of an operation (e.g. TensorFlow runtime operation caching),
    // `op` can be set instead.
    struct ResourceHandle {
      ResourceHandle(StringRef container, StringRef name, StringRef device,
                     Operation* op)
          : container(container), name(name), device(device), op(op) {}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 03 19:26:14 UTC 2023
    - 6.5K bytes
    - Viewed (0)
  10. src/main/webapp/js/admin/plugins/form-validator/lang/de.js

     *  JQUERY-FORM-VALIDATOR
     *
     *  @version 2.3.77
     *  @website http://formvalidator.net/
     *  @author Victor Jonsson, http://victorjonsson.se
     *  @license MIT
     */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.8K bytes
    - Viewed (0)
Back to top