Home
last modified time | relevance | path

Searched defs:shape_shape (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dreshape_test.cc50 std::initializer_list<int> shape_shape, in ReshapeOpModel()
92 std::initializer_list<int> shape_shape, in BuildWithTensorShape()
109 std::initializer_list<int> shape_shape, in BuildWithConstantTensorShape()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dempty_op.cc43 const TensorShape shape_shape = ctx->InputShape("shape"); in Compile() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_concat_op_test.py37 shape_shape=None): argument
/external/tensorflow/tensorflow/compiler/jit/
Dmark_for_compilation_pass_test.cc791 Output shape_shape = ops::Const(root.WithOpName("shape_shape"), {2}, {1}); in TEST() local
862 Output shape_shape = in TEST() local
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.cc1495 ShapeHandle values_shape, ShapeHandle shape_shape) { in ValidateSparseTensor()