HomeSort by relevance Sort by last modified time
    Searched defs:one_hot (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
one_hot_op.cc 65 xla::ComputationDataHandle one_hot; variable
69 ctx->Input(3), &one_hot));
70 ctx->SetOutput(0, one_hot);
  /external/tensorflow/tensorflow/python/keras/_impl/keras/preprocessing/
text.py 69 @tf_export('keras.preprocessing.text.one_hot')
70 def one_hot(text, function
  /external/tensorflow/tensorflow/python/ops/
array_ops.py 68 @@one_hot
2300 def one_hot(indices, function
    [all...]
  /external/tensorflow/tensorflow/python/keras/_impl/keras/
backend.py 2551 def one_hot(indices, num_classes): function
    [all...]

Completed in 3080 milliseconds