Home
last modified time | relevance | path

Searched refs:OneHot (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Done_hot_op.cc117 functor::OneHot<Device, T, TI>::Compute(ctx->eigen_device<Device>(), in Compute()
151 void OneHot<GPUDevice, T, TI>::Compute( \
156 extern template struct OneHot<GPUDevice, T, TI>;
Done_hot_op_test.cc25 static Graph* OneHot(int batch_size, int num_classes, int axis) { in OneHot() function
61 test::Benchmark(#DEVICE, OneHot(BATCH, CLASS, AXIS)).Run(iters); \
Done_hot_op.h63 struct OneHot { struct
75 struct OneHot<CPUDevice, T, TI> { argument
Done_hot_op_gpu.cu.cc33 template struct functor::OneHot<GPUDevice, T, TI>;
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_OneHot.pbtxt2 graph_op_name: "OneHot"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_OneHot.pbtxt2 graph_op_name: "OneHot"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DOneHot.pbtxt2 name: "OneHot"
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.h61 static Status OneHot(xla::XlaBuilder* builder, int64 depth, int axis,
Dxla_helpers.cc84 Status XlaHelpers::OneHot(xla::XlaBuilder* builder, int64 depth, int axis, in OneHot() function in tensorflow::XlaHelpers
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Done_hot_op.cc67 ctx, XlaHelpers::OneHot(ctx->builder(), depth, axis, input_type(0), in Compile()
Dsoftmax_op.cc204 XlaHelpers::OneHot( in Compile()
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Done_hot_fuzz.cc34 (void)tensorflow::ops::OneHot(scope.WithOpName("output"), input, depth, on, in BuildGraph()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_OneHot.pbtxt2 graph_op_name: "OneHot"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf-ops.mlir1599 …%result = "tf.OneHot"(%indices, %depth, %on_value, %off_value) {axis = -1 : i64} : (tensor<3xi32>,…
1608 …%result = "tf.OneHot"(%indices, %depth, %on_value, %off_value) {axis = -1 : i64} : (tensor<3xi32>,…
1616 …%result = "tf.OneHot"(%indices, %depth, %on_value, %off_value) {axis = -1 : i64} : (tensor<3xi32>,…
1624 …%result = "tf.OneHot"(%indices, %depth, %on_value, %off_value) {axis = -1 : i64} : (tensor<3xi32>,…
1632 …%result = "tf.OneHot"(%indices, %depth, %on_value, %off_value) {axis = -1 : i64} : (tensor<3xi32>,…
1640 …%result = "tf.OneHot"(%indices, %depth, %on_value, %off_value) {axis = -2 : i64} : (tensor<3xi32>,…
Dlower_tf.mlir255 …// CHECK-DAG: %[[LABELS:.*]] = "tf.OneHot"(%[[SPARSE_LABELS]], %[[DEPTH]], %[[ONE]], %[[ZERO]]) {a…
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1312 class OneHot : public BuiltinOperator<OneHotOperator, ::tflite::OneHotOptions, class
1880 ops.push_back(MakeUnique<OneHot>(::tflite::BuiltinOperator_ONE_HOT, in BuildOperatorList()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dcpu_supported_ops.md153 `OneHot` | `TI={int32,int64}`<br>`T={bool,complex64,double,float,int32…
Dgpu_supported_ops.md153 `OneHot` | `TI={int32,int64}`<br>`T={bool,complex64,double,float,int32…
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dlegalize-tf.mlir1118 func @OneHot(%arg0: tensor<3xi32>, %arg1: tensor<i32>, %arg2: tensor<f32>, %arg3: tensor<f32>) -> t…
1119 …%0 = "tf.OneHot"(%arg0, %arg1, %arg2, %arg3) {axis = -1 : i64} : (tensor<3xi32>, tensor<i32>, tens…
1122 // CHECK-LABEL: OneHot
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc380 HANDLE_OPERATORTYPENAME_CASE(OneHot) in OperatorTypeName()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2448 TEST_F(OpTest, OneHot) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf.mlir1277 // OneHot op legalizations.
1289 …%result = "tf.OneHot"(%indices, %depth, %on_value, %off_value) {axis = -1 : i64} : (tensor<3xi32>,…
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.td1572 let summary = "OneHot operator";
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt19155 name: "OneHot"
19189 name: "OneHot"
19236 name: "OneHot"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt2516 name: "OneHot"

12