Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_one_hot_op_test.py86 off_value=None, argument
120 off_value=None, argument
154 off_value=None, argument
Dragged_array_ops.py548 off_value=None, argument
/external/tensorflow/tensorflow/lite/kernels/
Done_hot.cc56 const TfLiteTensor* off_value; member
81 const T off_value = *GetTensorData<T>(op_context.off_value); in OneHotComputeImpl() local
Done_hot_test.cc37 T off_value = 0, TensorType indices_type = TensorType_INT32) { in OneHotOpModel()
/external/tensorflow/tensorflow/core/kernels/
Done_hot_op.h42 const typename TTypes<T>::ConstScalar& off_value) in OneGenerator()
Done_hot_op_test.cc44 Tensor off_value(DT_FLOAT, TensorShape({})); in OneHot() local
Done_hot_op.cc55 const Tensor& off_value = ctx->input(3); in Compute() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc93 const xla::XlaOp& off_value, xla::XlaOp* one_hot) { in OneHot()
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc1048 const T* __restrict off_value, in OneHot()
1075 const T* __restrict off_value, in OneHotLastDim()
Donedevice_train_palm_detection_filter_inference.cc1049 const T* __restrict off_value, in OneHot()
1076 const T* __restrict off_value, in OneHotLastDim()
Donedevice_train_palm_detection_filter_inference_v2.cc1048 const T* __restrict off_value, in OneHot()
1075 const T* __restrict off_value, in OneHotLastDim()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Doperations.h622 float off_value = 0; member
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc164 Value off_value, IntegerAttr axis) { in InferOneHotOpType()
186 Value depth, Value on_value, Value off_value, in build()
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py4307 off_value=None, argument
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc3834 Value on_value, Value off_value, in convertOneHotOp()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc5337 Value off_value = rewriter.create<BroadcastOp>( in matchAndRewrite() local