Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2021-088.md3 ### CVE Number
6 ### Impact
22 ### Patches
30 ### For more information
36 ### Attribution
/external/tensorflow/tensorflow/core/kernels/
Done_hot_op.h63 struct OneHot { struct
75 struct OneHot<CPUDevice, T, TI> { argument
Done_hot_op_test.cc25 static Graph* OneHot(int batch_size, int num_classes, int axis) { in OneHot() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Done_hot_test.cc28 TEST_F(OpenCLOperationTest, OneHot) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_helpers.cc90 Status XlaHelpers::OneHot(xla::XlaBuilder* builder, int64_t depth, int axis, in OneHot() function in tensorflow::XlaHelpers
/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
Donedevice_train_palm_detection_filter_inference_beta.cc1043 void OneHot(const int32_t input_rank, in OneHot() function
Donedevice_train_palm_detection_filter_inference.cc1044 void OneHot(const int32_t input_rank, in OneHot() function
Donedevice_train_palm_detection_filter_inference_v2.cc1043 void OneHot(const int32_t input_rank, in OneHot() function
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1391 class OneHot : public BuiltinOperator<OneHotOperator, ::tflite::OneHotOptions, class
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc3552 TEST_F(OpTest, OneHot) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go28226 func OneHot(scope *Scope, indices tf.Output, depth tf.Output, on_value tf.Output, off_value tf.Outp… func