Home
last modified time | relevance | path

Searched defs:axis_type (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Darg_min_max_test.cc33 ArgBaseOpModel(TensorType input_type, int axis_value, TensorType axis_type, in ArgBaseOpModel()
85 int axis_value, TensorType axis_type, bool constant_axis, in ArgMaxOpModel()
100 int axis_value, TensorType axis_type, bool constant_axis, in ArgMinOpModel()
Darg_min_max.cc143 #define TF_LITE_ARG_MIN_MAX(data_type, axis_type, output_type) \ in Eval() argument
/external/tensorflow/tensorflow/lite/micro/kernels/
Darg_min_max.cc56 #define TF_LITE_ARG_MIN_MAX(data_type, axis_type, output_type) \ in Eval() argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc168 DataType axis_type = context->input_type(2); in XlaGatherWithBatchDimsOpImpl() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1176 auto axis_type = mlir::RankedTensorType::get({}, rewriter.getIntegerType(64)); in matchAndRewrite() local