Home
last modified time | relevance | path

Searched defs:ScalarShape (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/go/
Dshape.go34 func ScalarShape() Shape { func
/external/tensorflow/tensorflow/c/kernels/
Dtensor_shape_utils_test.cc48 TEST(ShapeDebugString, ScalarShape) { TestShapeMatch(TensorShape({})); } in TEST() argument
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h82 inline Status ScalarShape(shape_inference::InferenceContext* c) { in ScalarShape() function
/external/tensorflow/tensorflow/core/util/
Dragged_to_dense_util_test.cc116 TEST(ValidateDefaultValueShape, ScalarShape) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dpattern_matcher_test.cc71 TEST_F(PatternMatcherTest, ScalarShape) { in TEST_F() argument
/external/llvm-project/llvm/unittests/Analysis/
DVectorUtilsTest.cpp549 VFShape ScalarShape = VFShape::getScalarShape(*CI); in TEST_F() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dwhile_v2_test.py2033 def ScalarShape(): function