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

1 2

  /external/tensorflow/tensorflow/contrib/memory_stats/ops/
memory_stats_ops.cc 23 .SetShapeFn(shape_inference::ScalarShape);
27 .SetShapeFn(shape_inference::ScalarShape);
31 .SetShapeFn(shape_inference::ScalarShape);
  /external/tensorflow/tensorflow/contrib/kafka/ops/
kafka_ops.cc 30 .SetShapeFn(shape_inference::ScalarShape)
  /external/tensorflow/tensorflow/core/ops/
logging_ops.cc 54 .SetShapeFn(shape_inference::ScalarShape);
63 .SetShapeFn(shape_inference::ScalarShape);
70 .SetShapeFn(shape_inference::ScalarShape);
77 .SetShapeFn(shape_inference::ScalarShape);
89 .SetShapeFn(shape_inference::ScalarShape);
97 .SetShapeFn(shape_inference::ScalarShape);
105 .SetShapeFn(shape_inference::ScalarShape)
112 .SetShapeFn(shape_inference::ScalarShape);
dataset_ops.cc 42 .SetShapeFn(shape_inference::ScalarShape); // TODO(mrry): Validate that
54 .SetShapeFn(shape_inference::ScalarShape); // TODO(mrry): Validate that the
67 .SetShapeFn(shape_inference::ScalarShape);
75 .SetShapeFn(shape_inference::ScalarShape);
83 .SetShapeFn(shape_inference::ScalarShape);
91 .SetShapeFn(shape_inference::ScalarShape); // TODO(mrry): Validate the
100 .SetShapeFn(shape_inference::ScalarShape);
108 .SetShapeFn(shape_inference::ScalarShape);
116 .SetShapeFn(shape_inference::ScalarShape);
124 .SetShapeFn(shape_inference::ScalarShape);
    [all...]
data_flow_ops.cc 204 .SetShapeFn(shape_inference::ScalarShape);
224 .SetShapeFn(shape_inference::ScalarShape);
244 .SetShapeFn(shape_inference::ScalarShape);
264 .SetShapeFn(shape_inference::ScalarShape);
383 .SetShapeFn(shape_inference::ScalarShape);
388 .SetShapeFn(shape_inference::ScalarShape);
405 .SetShapeFn(shape_inference::ScalarShape);
636 return shape_inference::ScalarShape(c);
694 return shape_inference::ScalarShape(c);
731 return shape_inference::ScalarShape(c)
    [all...]
summary_ops.cc 25 .SetShapeFn(shape_inference::ScalarShape)
io_ops.cc 273 .SetShapeFn(shape_inference::ScalarShape);
290 .SetShapeFn(shape_inference::ScalarShape);
314 .SetShapeFn(shape_inference::ScalarShape);
331 .SetShapeFn(shape_inference::ScalarShape);
353 .SetShapeFn(shape_inference::ScalarShape);
state_ops.cc 62 .SetShapeFn(shape_inference::ScalarShape);
list_ops.cc 76 .SetShapeFn(shape_inference::ScalarShape);
  /external/tensorflow/tensorflow/contrib/factorization/ops/
clustering_ops.cc 51 .SetShapeFn(shape_inference::ScalarShape)
  /external/tensorflow/tensorflow/contrib/coder/ops/
coder_ops.cc 31 .SetShapeFn(shape_inference::ScalarShape)
  /external/tensorflow/tensorflow/contrib/data/ops/
dataset_ops.cc 25 .SetShapeFn(shape_inference::ScalarShape)
  /external/tensorflow/tensorflow/contrib/tensor_forest/ops/
stats_ops.cc 30 .SetShapeFn(tensorflow::shape_inference::ScalarShape)
52 .SetShapeFn(tensorflow::shape_inference::ScalarShape)
model_ops.cc 31 .SetShapeFn(tensorflow::shape_inference::ScalarShape)
52 .SetShapeFn(tensorflow::shape_inference::ScalarShape)
76 .SetShapeFn(tensorflow::shape_inference::ScalarShape)
  /external/tensorflow/tensorflow/go/
shape.go 33 // ScalarShape returns a Shape representing a scalar.
34 func ScalarShape() Shape {
shape_test.go 33 shape: ScalarShape(),
operation.go 100 return ScalarShape()
  /external/tensorflow/tensorflow/contrib/ffmpeg/
encode_audio_op.cc 128 .SetShapeFn(shape_inference::ScalarShape)
206 .SetShapeFn(shape_inference::ScalarShape)
  /external/tensorflow/tensorflow/contrib/tpu/ops/
tpu_configuration_ops.cc 218 .SetShapeFn(shape_inference::ScalarShape)
  /external/tensorflow/tensorflow/python/framework/
test_ops.cc 27 .SetShapeFn(shape_inference::ScalarShape);
42 .SetShapeFn(shape_inference::ScalarShape);
51 return shape_inference::ScalarShape(c);
63 .SetShapeFn(shape_inference::ScalarShape);
  /external/tensorflow/tensorflow/core/framework/
variant_op_registry.cc 75 Status ScalarShape(const T&, TensorShape* shape) {
82 REGISTER_UNARY_VARIANT_SHAPE_FUNCTION(T, TF_STR(T), ScalarShape<T>);
common_shape_fns.h 195 inline Status ScalarShape(shape_inference::InferenceContext* c) {
  /external/tensorflow/tensorflow/contrib/boosted_trees/ops/
quantile_ops.cc 31 .SetShapeFn(shape_inference::ScalarShape)
stats_accumulator_ops.cc 31 .SetShapeFn(tensorflow::shape_inference::ScalarShape)
243 .SetShapeFn(tensorflow::shape_inference::ScalarShape)
  /external/tensorflow/tensorflow/go/op/
op_test.go 31 Placeholder(s.SubScope("y"), tf.Float, PlaceholderShape(tf.ScalarShape()))

Completed in 465 milliseconds

1 2