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

  /external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
tree_utils.cc 274 std::vector<float> weights1; local
276 best_feature_index, &weights1);
277 random::DistributionSampler ds1(weights1);
  /external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
optimized_ops.h 1391 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); local
1472 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); local
    [all...]
  /external/tensorflow/tensorflow/lite/kernels/internal/optimized/
optimized_ops.h 1335 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); local
1416 int8x16_t weights1 = vld1q_s8(shuffled_weights_ptr + 16); local
    [all...]

Completed in 255 milliseconds