Home
last modified time | relevance | path

Searched defs:argument_layouts (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dcompile_only_client.h44 std::vector<const Shape*> argument_layouts; member
Dlocal_client.cc358 const absl::Span<const Shape* const> argument_layouts, in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcompile_only_service.h44 std::vector<const Shape*> argument_layouts; member
Dlocal_service.cc103 const absl::Span<const Shape* const> argument_layouts, in CompileExecutables()
/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h117 absl::optional<std::vector<Shape>> argument_layouts; member
Dutils.cc150 absl::optional<std::vector<Shape>>& argument_layouts, in DetermineArgumentLayoutsFromCompileOptions()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_compile_ops.cc152 std::vector<xla::Shape> argument_layouts( in Compile() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dlocal_client_test_base.cc192 std::vector<const Shape*> argument_layouts(arguments.size()); in ExecuteLocally() local
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc163 std::vector<const xla::Shape*> argument_layouts( in BuildExecutable() local
/external/tensorflow/tensorflow/compiler/xla/tools/
Dreplay_computation.cc117 std::vector<Shape> argument_layouts; in CompileExecutable() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc796 absl::optional<std::vector<Shape>> argument_layouts, in Compile()