Home
last modified time | relevance | path

Searched defs:cond_shape (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dselect_op.cc37 const TensorShape cond_shape = ctx->InputShape(0); in Compile() local
88 const TensorShape cond_shape = ctx->InputShape(0); in Compile() local
/external/tensorflow/tensorflow/lite/kernels/
Dwhere.cc40 const RuntimeShape& cond_shape = GetTensorShape(cond_tensor); in ResizeOutputTensor() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dvalue_inference_test.cc350 auto cond_shape = ShapeUtil::MakeTupleShape({s32_shape}); in TEST_F() local
409 auto cond_shape = ShapeUtil::MakeTupleShape({s32_shape}); in TEST_F() local
442 auto cond_shape = ShapeUtil::MakeTupleShape({s32_shape}); in TEST_F() local
476 auto cond_shape = ShapeUtil::MakeTupleShape({s32_shape}); in TEST_F() local
521 auto cond_shape = ShapeUtil::MakeTupleShape({s32_shape}); in TEST_F() local
/external/tensorflow/tensorflow/examples/custom_ops_doc/multiplex_3/
Dmultiplex_3_kernel.cc76 const auto cond_shape = cond_shape_tensor.flat<int64_t>(); in Compute() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc782 Value cond_shape = GetShape(cond, op->getLoc(), rewriter); in rewriteOpWithDynamicInput() local
840 auto cond_shape = cond.getType().cast<ShapedType>().getShape(); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_n_z.cc955 auto cond_shape = cond_tensor.getShape().front(); in verify() local
/external/tensorflow/tensorflow/compiler/mlir/lite/ir/
Dtfl_ops.cc3004 ArrayRef<int64_t> cond_shape; in BuildSelectV2Op() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder.cc2005 BHWC cond_shape, true_shape, false_shape; in Parse() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc2962 Value cond_shape = b.createOrFold<shape::ShapeOfOp>(op.condition()); in matchAndRewrite() local