Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_one_hot_op_test.py89 off_value=None, argument
122 off_value=None, argument
156 off_value=None, argument
Dragged_array_ops.py520 off_value=None, argument
/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/lite/kernels/
Done_hot.cc56 const TfLiteTensor* off_value; member
76 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/compiler/tf2xla/
Dxla_helpers.cc85 const xla::XlaOp& off_value, xla::XlaOp* one_hot) { in OneHot()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc147 Value off_value, IntegerAttr axis) { in InferOneHotOpType()
169 Value depth, Value on_value, Value off_value, in build()
/external/tensorflow/tensorflow/python/ops/
Darray_ops.py4181 off_value=None, argument
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc4533 Value off_value = rewriter.create<BroadcastOp>( in matchAndRewrite() local