HomeSort by relevance Sort by last modified time
    Searched refs:strided_slice (Results 1 - 25 of 27) sorted by null

1 2

  /external/tensorflow/tensorflow/compiler/tests/
slice_ops_test.py 119 o = array_ops.strided_slice(i, [2], [6], [2])
132 o = array_ops.strided_slice(i, [6], [2], [-2])
145 o = array_ops.strided_slice(i, [0, 2, 2], [2, 3, 6], [1, 1, 2])
166 o = array_ops.strided_slice(i, [2, 2, 6], [0, 0, 2], [-1, -1, -2])
nary_ops_test.py 162 self._testNAry(lambda x: array_ops.strided_slice(*x),
171 lambda x: array_ops.strided_slice(*x), [
178 self._testNAry(lambda x: array_ops.strided_slice(*x),
186 self._testNAry(lambda x: array_ops.strided_slice(*x),
  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_input.py 87 tf.strided_slice(record_bytes, [0], [label_bytes]), tf.int32)
92 tf.strided_slice(record_bytes, [label_bytes],
  /external/tensorflow/tensorflow/contrib/lite/kernels/
strided_slice.cc 28 namespace strided_slice { namespace in namespace:tflite::ops::builtin
243 } // namespace strided_slice
247 nullptr, nullptr, strided_slice::Prepare,
248 strided_slice::Eval<strided_slice::kReference>};
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
softmax_centered.py 180 log_normalization = -array_ops.strided_slice(x, begin, begin + size)
185 x = array_ops.strided_slice(x, begin, begin + size)
  /external/tensorflow/tensorflow/contrib/opt/python/training/
external_optimizer_test.py 151 array_ops.strided_slice(x, [1], [d]),
152 math_ops.square(array_ops.strided_slice(x, [0], [d - 1])))),
154 math_ops.subtract(1.0, array_ops.strided_slice(x, [0], [d - 1]))))
  /external/tensorflow/tensorflow/contrib/lite/testing/
generated_examples_zip_test.cc 270 INSTANTIATE_TESTS(strided_slice)
generate_examples.py 104 # TOCO require matching dimensions in strided_slice.
105 r"strided_slice.*begin=\[0\].*end=\[1\].*": "73170889",
    [all...]
  /external/tensorflow/tensorflow/contrib/signal/python/ops/
shape_ops.py 161 subframes = array_ops.reshape(array_ops.strided_slice(
  /frameworks/ml/nn/runtime/test/generated/
all_generated_V1_1_vts_tests.cpp 2254 namespace strided_slice { namespace
    [all...]
all_generated_tests.cpp 4148 namespace strided_slice { namespace
    [all...]
  /hardware/interfaces/neuralnetworks/1.1/vts/functional/
Models.h 307 FN(strided_slice) \
  /external/tensorflow/tensorflow/python/ops/
check_ops.py     [all...]
array_ops.py 41 @@strided_slice
561 with ops.name_scope(None, "strided_slice",
578 return strided_slice(
646 @tf_export("strided_slice")
647 def strided_slice(input_, function
718 tf.strided_slice(t, [1, 0, 0], [2, 1, 3], [1, 1, 1]) # [[[3, 3, 3]]]
719 tf.strided_slice(t, [1, 0, 0], [2, 2, 3], [1, 1, 1]) # [[[3, 3, 3],
721 tf.strided_slice(t, [1, -1, 0], [2, -3, 3], [1, -1, 1]) # [[[4, 4, 4],
745 op = gen_array_ops.strided_slice(
    [all...]
array_grad.py 285 return None, None, None, None, array_ops.strided_slice(
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
wishart.py 283 sample_shape = array_ops.strided_slice(
  /external/tensorflow/tensorflow/python/kernel_tests/
array_ops_test.py 534 s = array_ops.strided_slice(x, begin, end, strides)
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
debug_test.py 478 predictions = array_ops.strided_slice(
dnn_linear_combined_test.py 811 predictions = array_ops.strided_slice(
    [all...]
dnn_test.py 819 predictions = array_ops.strided_slice(
    [all...]
linear_test.py 377 predictions = array_ops.strided_slice(
    [all...]
  /external/tensorflow/tensorflow/contrib/tensor_forest/python/
tensor_forest.py 442 batch_size = array_ops.strided_slice(
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py     [all...]
  /external/tensorflow/tensorflow/python/grappler/
layout_optimizer_test.py     [all...]
  /external/tensorflow/tensorflow/python/framework/
tensor_util_test.py     [all...]

Completed in 625 milliseconds

1 2