Home
last modified time | relevance | path

Searched defs:indices_type (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dunsorted_segment_join_op.cc152 #define REGISTER_CPU_KERNEL(indices_type, num_segments_type) \ argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc273 DataType indices_type = context->input_type(1); in Compile() local
Dsoftmax_op.cc224 const DataType indices_type = input_type(1); in Compile() local
Dtensor_list_ops.cc398 DataType indices_type = ctx->input_type(1); in Compile() local
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dperception_ops_utils_test.cc55 auto indices_type = RankedTensorType::get(input_shape, builder->getI64Type()); in createMaxUnpoolingFunc() local
/external/tensorflow/tensorflow/lite/kernels/
Done_hot_test.cc37 T off_value = 0, TensorType indices_type = TensorType_INT32) { in OneHotOpModel()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc972 ShapedType &indices_type, in NormalizeIndexVector()
1098 ShapedType indices_type = indices.getType().cast<ShapedType>(); in matchAndRewrite() local
Dtensor_list_ops_decomposition.cc796 auto indices_type = scatter.indices().getType().cast<RankedTensorType>(); in HandleTensorListScatterIntoExistingListOp() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Doptimize.cc182 auto indices_type = indices.getType().dyn_cast<RankedTensorType>(); in CanOptimizeIdentityGatherNdOrScatterNdOp() local
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc969 auto indices_type = indices.getType().cast<TensorType>(); in BuildGatherOp() local
1035 auto indices_type = indices.getType().cast<ShapedType>(); in Verify() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc238 auto indices_type = value.getType().cast<RankedTensorType>(); in UnpackTensorAlongZeroDim() local
5068 auto indices_type = in matchAndRewrite() local
5180 auto indices_type = indices.getType().cast<ShapedType>(); in matchAndRewrite() local
5240 auto indices_type = op.indices().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_export.cc1902 tflite::SparseIndexVector indices_type; in BuildSparsityParameters() local
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc1825 const tensorflow::DataType indices_type = in ConvertReduceOperator() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier.cc2061 auto indices_type = dynamic_slice->operand(1)->shape().element_type(); in OptimizeDotOfGather() local