Home
last modified time | relevance | path

Searched defs:index_type (Results 1 – 25 of 79) sorted by relevance

1234

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops_impl_3.cc22 name, type, index_type, initial_value_functor, reduction_functor) \ argument
34 #define REGISTER_REAL_CPU_UNSORTED_KERNELS(type, index_type) \ argument
48 #define REGISTER_COMPLEX_CPU_UNSORTED_KERNELS(type, index_type) \ argument
74 name, type, index_type, initial_value_functor, reduction_kernel_functor) \ argument
88 #define REGISTER_REAL_GPU_UNSORTED_KERNELS(type, index_type) \ argument
99 #define REGISTER_SUM_GPU_UNSORTED_KERNELS(type, index_type) \ argument
Dsegment_reduction_ops_impl_4.cc22 name, type, index_type, initial_value_functor, reduction_functor) \ argument
34 #define REGISTER_REAL_CPU_UNSORTED_KERNELS(type, index_type) \ argument
48 #define REGISTER_COMPLEX_CPU_UNSORTED_KERNELS(type, index_type) \ argument
74 name, type, index_type, initial_value_functor, reduction_kernel_functor) \ argument
88 #define REGISTER_REAL_GPU_UNSORTED_KERNELS(type, index_type) \ argument
99 #define REGISTER_SUM_GPU_UNSORTED_KERNELS(type, index_type) \ argument
Dsegment_reduction_ops_impl_2.cc21 #define REGISTER_CPU_KERNEL_SEGMENT(name, functor, type, index_type, \ argument
30 #define REGISTER_REAL_CPU_KERNELS(type, index_type) \ argument
42 #define REGISTER_COMPLEX_CPU_KERNELS(type, index_type) \ argument
66 #define REGISTER_GPU_SORTED_KERNELS(type, index_type) \ argument
Dsegment_reduction_ops_impl_1.cc69 #define REGISTER_CPU_KERNEL_SEGMENT(name, functor, type, index_type, \ argument
78 #define REGISTER_REAL_CPU_KERNELS(type, index_type) \ argument
90 #define REGISTER_COMPLEX_CPU_KERNELS(type, index_type) \ argument
114 #define REGISTER_GPU_SORTED_KERNELS(type, index_type) \ argument
Done_hot_op.cc129 #define REGISTER_ONE_HOT_INDEX(type, index_type) \ argument
174 #define REGISTER_ONE_HOT_GPU_INDEX(type, index_type) \ argument
Dscatter_nd_op.cc310 #define REGISTER_SCATTER_ND_KERNEL_INDEX(type, index_type, dev, name) \ argument
318 #define REGISTER_SCATTER_ND_UPDATE_KERNEL_INDEX(type, index_type, dev, name, \ argument
327 #define REGISTER_RESOURCE_SCATTER_ND_UPDATE_KERNEL_INDEX(type, index_type, \ argument
390 #define REGISTER_SCATTER_ND_TENSOR_UPDATE_TYPE_INDEX_TYPE(type, index_type, \ argument
399 #define REGISTER_SCATTER_ND_TENSOR_ADD_TYPE_INDEX_TYPE(type, index_type, dev) \ argument
407 #define REGISTER_SCATTER_ND_TENSOR_SUB_TYPE_INDEX_TYPE(type, index_type, dev) \ argument
Dscatter_nd_op_test.cc41 void MakeOp(DataType variable_ref_type, DataType index_type) { in MakeOp()
243 void MakeBenchmarkOp(const char* op, DataType index_type) { in MakeBenchmarkOp()
Dsparse_to_dense_op.cc142 #define REGISTER_KERNELS(type, index_type) \ argument
Dscatter_op_test.cc41 void MakeOp(DataType variable_ref_type, DataType index_type) { in MakeOp()
52 void MakeOp(DataType variable_ref_type, DataType index_type) { in MakeOp()
272 void MakeBenchmarkOp(const char* op, DataType index_type) { in MakeBenchmarkOp()
Dgather_nd_op.cc52 #define REGISTER_GATHER_ND_FULL(dev, type, index_type) \ argument
Dgather_nd_op_test.cc60 void MakeOp(DataType param_type, DataType index_type) { in MakeOp()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddynamic_slice_ops.cc37 DataType index_type = ctx->InputType("indices"); in Compile() local
71 DataType index_type = ctx->InputType("start_indices"); in Compile() local
Dgather_op.cc38 DataType index_type, xla::XlaBuilder* builder, in XlaGather()
216 DataType index_type = context->input_type(1); in XlaGatherWithBatchDimsOpImpl() local
Dindex_ops.cc63 DataType index_type = output_type(0); in Compile() local
Dmatrix_band_part_op.cc54 DataType index_type = context->input_type(1); in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dloop_emitter.cc88 absl::string_view loop_name, llvm::Type* index_type) { in EmitIndexAndSetExitBasicBlock()
126 llvm::Type* index_type) { in EmitLoop()
Dir_array.cc34 llvm::Type* index_type) in Index()
86 llvm::Type* index_type) in Index()
91 const Shape& shape, llvm::Type* index_type) in Index()
/external/skqp/src/sksl/ir/
DSkSLIndexExpression.h20 static const Type& index_type(const Context& context, const Type& type) { in index_type() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dparallel_loop_emitter.cc34 llvm::Type* index_type) { in EmitIndexAndSetExitBasicBlock()
/external/skia/src/sksl/ir/
DSkSLIndexExpression.h20 static const Type& index_type(const Context& context, const Type& type) { in index_type() function
/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.h22 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \ argument
24 #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \ argument
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dparallel_loop_emitter.cc61 llvm::Type* index_type) { in EmitIndexAndSetExitBasicBlock()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_access_chain.cpp205 auto index_type = in GetIndexValue() local
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_access_chain.cpp207 auto index_type = in GetIndexValue() local
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_access_chain.cpp207 auto index_type = in GetIndexValue() local

1234