Home
last modified time | relevance | path

Searched defs:axis_type (Results 1 – 6 of 6) 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.cc139 #define TF_LITE_ARG_MIN_MAX(data_type, axis_type, output_type) \ in Eval() argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_op.cc169 DataType axis_type = context->input_type(2); in XlaGatherWithBatchDimsOpImpl() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlower_tf.cc1591 auto axis_type = in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1247 auto axis_type = RankedTensorType::get({}, getElementTypeOrSelf(axis_attr)); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc412 DataType axis_type; member
3989 auto axis_type = Choose<DataType>({DT_INT32, DT_INT64}); in TEST_F() local