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

  /external/tensorflow/tensorflow/core/framework/
common_shape_fns.h 195 inline Status ScalarShape(shape_inference::InferenceContext* c) {
variant_op_registry.cc 75 Status ScalarShape(const T&, TensorShape* shape) {
82 REGISTER_UNARY_VARIANT_SHAPE_FUNCTION(T, TF_STR(T), ScalarShape<T>);
  /external/tensorflow/tensorflow/go/
shape.go 33 // ScalarShape returns a Shape representing a scalar.
34 func ScalarShape() Shape {

Completed in 556 milliseconds