HomeSort by relevance Sort by last modified time
    Searched defs:data_layout (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
simple_orc_jit.h 65 const llvm::DataLayout& data_layout() const { return data_layout_; } function in class:xla::cpu::SimpleOrcJIT
vector_support_library.cc 146 const llvm::DataLayout& data_layout = local
148 int64 float_size_bits = data_layout.getTypeSizeInBits(scalar_type());
  /external/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 70 (** [data_layout ee] is the data layout of the execution engine [ee]. *)
71 val data_layout : llexecutionengine -> Llvm_target.DataLayout.t var
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/executionengine/
llvm_executionengine.mli 70 (** [data_layout ee] is the data layout of the execution engine [ee]. *)
71 val data_layout : llexecutionengine -> Llvm_target.DataLayout.t var
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/
compat.hpp 172 typedef ::llvm::DataLayout data_layout; typedef in namespace:clover::llvm::compat
174 typedef const ::llvm::DataLayout *data_layout; typedef in namespace:clover::llvm::compat
177 inline data_layout
  /external/tensorflow/tensorflow/core/kernels/
pooling_ops_common.cc 202 se::dnn::DataLayout data_layout = se::dnn::DataLayout::kBatchDepthYX; local
206 se::dnn::DataLayout data_layout; local
209 data_layout = se::dnn::DataLayout::kBatchYXDepth;
212 data_layout = se::dnn::DataLayout::kBatchDepthYX;
217 data_layout = se::dnn::DataLayout::kBatchYXDepth;
243 .set_layout(data_layout);
250 .set_layout(data_layout);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.c 259 char *data_layout; local
262 data_layout = LLVMCopyStringRepOfTargetData(gallivm->target);
266 debug_printf("module target data = %s\n", data_layout);
270 free(data_layout);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader_tgsi_setup.c 1017 LLVMTargetDataRef data_layout = LLVMCreateTargetDataLayout(tm); local
1018 char *data_layout_str = LLVMCopyStringRepOfTargetData(data_layout);
1020 LLVMDisposeTargetData(data_layout);
    [all...]
  /external/tensorflow/tensorflow/contrib/fused_conv/kernels/
fused_conv2d_bias_activation_op.cc 574 constexpr auto data_layout = is_int8x4 ? dnn::DataLayout::kBatchDepthYX4 local
586 .set_layout(data_layout);
598 .set_layout(data_layout);
610 .set_layout(data_layout);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 468 (** [data_layout m] is the data layout specifier for the module [m], something
471 val data_layout: llmodule -> string var
    [all...]
  /external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli 348 (** [data_layout m] is the data layout specifier for the module [m], something
351 val data_layout: llmodule -> string var
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm.mli 489 (** [data_layout m] is the data layout specifier for the module [m], something
492 val data_layout: llmodule -> string var
    [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 6820 LLVMTargetDataRef data_layout = LLVMCreateTargetDataLayout(tm); local
    [all...]

Completed in 475 milliseconds