Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for device_compiler_test_helper (0.23 sec)

  1. tensorflow/compiler/jit/tests/device_compiler_test_helper.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    
    #include "tensorflow/compiler/jit/tests/device_compiler_test_helper.h"
    
    #include <string>
    
    #include "absl/strings/match.h"
    #include "tensorflow/compiler/jit/xla_compilation_cache.pb.h"
    #include "xla/service/hlo.pb.h"
    #include "tensorflow/core/platform/path.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 08:24:16 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/device_compiler_test_helper.h

    A. Unique TensorFlower <******@****.***> 1707465880 -0800
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 08:24:16 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/tests/BUILD

            "//tensorflow/core:test",
            "@com_google_absl//absl/strings",
        ],
    )
    
    cc_library(
        name = "device_compiler_test_helper",
        testonly = True,
        srcs = ["device_compiler_test_helper.cc"],
        hdrs = ["device_compiler_test_helper.h"],
        visibility = [
            "//tensorflow/compiler/jit:__pkg__",
        ],
        deps = [
            "//tensorflow/compiler/jit:xla_activity_listener",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/jit/device_compiler_test.cc

    #include "tensorflow/cc/ops/math_ops.h"
    #include "tensorflow/compiler/jit/device_compilation_cluster_signature.h"
    #include "tensorflow/compiler/jit/device_compiler_client.h"
    #include "tensorflow/compiler/jit/tests/device_compiler_test_helper.h"
    #include "tensorflow/compiler/jit/xla_device_compiler_client.h"
    #include "xla/client/client_library.h"
    #include "xla/stream_executor/platform_manager.h"
    #include "tensorflow/core/framework/fake_input.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 12 06:33:33 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top