Home
last modified time | relevance | path

Searched defs:branch_index (Results 1 – 25 of 25) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_case_op_test.cc79 auto branch_index = in TEST() local
226 auto branch_index = in TEST() local
348 auto branch_index = in TEST() local
Dlower_case_op.cc121 Node* branch_index; in CreatePivotNodes() local
/external/tensorflow/tensorflow/compiler/tests/
Dcase_test.py32 def switch_case_test(branch_index): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcase_op.cc60 int32_t branch_index = branch_index_literal.Get<int32>({}); in GetPrunedBranchesAndIndex() local
88 xla::XlaOp branch_index; in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dconditional_thunk.cc51 int32_t branch_index = -1; in ExecuteOnStream() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc442 int branch_index = static_cast<int>(branch); in BuildArgumentNodes() local
454 int branch_index = e->src_output(); in BuildArgumentNodes() local
565 int branch_index = static_cast<int>(branch); in ExtractBodies() local
719 int branch_index = static_cast<int>(branch); in ExtractBodies() local
731 int branch_index = static_cast<int>(find_branch(e)); in ExtractBodies() local
754 int branch_index = static_cast<int>(branch); in BuildIfNode() local
929 int branch_index = static_cast<int>(branch); in BuildAndReplace() local
/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py1024 def indexed_case(branch_index, argument
1160 def _build_case(branch_index, argument
Dcontrol_flow_ops.py3246 branch_index): argument
3309 branch_index, argument
3564 def switch_case(branch_index, argument
/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Dsave_restore_spmd_expander.cc369 mlir::Value branch_index = DeviceIdToLocalBranchIndex( in ConditionalSave() local
642 mlir::Value branch_index = DeviceIdToLocalBranchIndex( in ExpandRestoreV2OpHelper() local
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Ddynamic_shaped_ops.cc167 XlaBuilder* builder, XlaOp branch_index, in DynamicConditional()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc199 XlaOp branch_index; in XLA_TEST_P() local
242 XlaOp branch_index; in XLA_TEST_P() local
416 XlaOp branch_index; in XLA_TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc475 int branch_index = 0; in TryRemoveConditional() local
Ddynamic_dimension_inference.cc1441 for (int64_t branch_index = 0; branch_index < hlo->branch_count(); in HandleConditional() local
1545 for (int64_t branch_index = 0; branch_index < hlo->branch_count(); in HandleConditional() local
Dshape_inference.cc2901 const Shape& branch_index, in InferConditionalShape()
Dhlo_evaluator.cc3182 int branch_index; in HandleConditional() local
Dhlo_instruction.cc1490 const Shape& shape, HloInstruction* branch_index, in CreateConditional()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dchoose_fastest_branch_dataset_op.cc498 Status MakeCurrentIterator(IteratorContext* ctx, int64_t branch_index, in MakeCurrentIterator()
/external/tensorflow/tensorflow/compiler/jit/
Dcompilability_check_util_test.cc420 auto branch_index = ops::Placeholder(root.WithOpName("pred"), DT_INT32); in TEST_F() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc577 int64_t branch_index = 0; in AnalyzeConstantValueFallback() local
1275 int64_t branch_index = 0; in AnalyzeIsDynamic() local
Dxla_builder.cc2517 XlaOp branch_index, in Conditional()
2533 XlaOp branch_index, in ConditionalImpl()
4886 XlaOp Conditional(const XlaOp branch_index, in Conditional()
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc269 const Tensor& branch_index = ctx->input(0); in ComputeAsync() local
/external/tensorflow/tensorflow/core/ir/
Dops.cc1285 } else if (auto branch_index = GetStaticallyKnownCaseBranch(operands[0])) { in GetCaseLikeRegionOpSuccessorRegions() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc3298 HloInstruction* branch_index; in HandleInfeed() local
3727 HloInstruction* branch_index; in HandleOutfeed() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc809 static LogicalResult VerifyCaseOpBase(Operation *op, Value branch_index) { in VerifyCaseOpBase()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2813 auto branch_index = conditional->operand(0); in HandleConditional() local