Home
last modified time | relevance | path

Searched defs:on_value (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ragged/
H A Dragged_one_hot_op_test.py85 on_value=None, argument
119 on_value=None, argument
153 on_value=None, argument
H A Dragged_array_ops.py547 on_value=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Done_hot.cc55 const TfLiteTensor* on_value; member
80 const T on_value = *GetTensorData<T>(op_context.on_value); in OneHotComputeImpl() local
H A Done_hot_test.cc36 TensorType dtype, int axis = -1, T on_value = 1, in OneHotOpModel()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Done_hot_op.h41 const typename TTypes<T>::ConstScalar& on_value, in OneGenerator()
H A Done_hot_op_test.cc41 Tensor on_value(DT_FLOAT, TensorShape({})); in OneHot() local
H A Done_hot_op.cc54 const Tensor& on_value = ctx->input(2); in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_helpers.cc92 const xla::XlaOp& indices, const xla::XlaOp& on_value, in OneHot()
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc1047 const T* __restrict on_value, in OneHot()
1074 const T* __restrict on_value, in OneHotLastDim()
H A Donedevice_train_palm_detection_filter_inference.cc1048 const T* __restrict on_value, in OneHot()
1075 const T* __restrict on_value, in OneHotLastDim()
H A Donedevice_train_palm_detection_filter_inference_v2.cc1047 const T* __restrict on_value, in OneHot()
1074 const T* __restrict on_value, in OneHotLastDim()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Doperations.h621 float on_value = 1; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_ops_n_z.cc163 static TensorType InferOneHotOpType(Value indices, Value depth, Value on_value, in InferOneHotOpType()
186 Value depth, Value on_value, Value off_value, in build()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py4306 on_value=None, argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
H A Dlegalize_common.cc3834 Value on_value, Value off_value, in convertOneHotOp()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc5334 Value on_value = rewriter.create<BroadcastOp>( in matchAndRewrite() local