Home
last modified time | relevance | path

Searched defs:branch_index (Results 1 – 23 of 23) 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.py36 def switch_case_test(branch_index): argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dcase_op.cc55 int32 branch_index = branch_index_literal.Get<int32>({}); in GetPrunedBranchesAndIndex() local
83 xla::XlaOp branch_index; in Compile() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dconditional_thunk.cc76 int32 branch_index = -1; in ExecuteOnStream() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc444 int branch_index = static_cast<int>(branch); in BuildArgumentNodes() local
456 int branch_index = e->src_output(); in BuildArgumentNodes() local
567 int branch_index = static_cast<int>(branch); in ExtractBodies() local
721 int branch_index = static_cast<int>(branch); in ExtractBodies() local
733 int branch_index = static_cast<int>(find_branch(e)); in ExtractBodies() local
756 int branch_index = static_cast<int>(branch); in BuildIfNode() local
934 int branch_index = static_cast<int>(branch); in BuildAndReplace() local
/external/tensorflow/tensorflow/python/ops/
Dcond_v2.py983 def indexed_case(branch_index, argument
1119 def _build_case(branch_index, argument
Dcontrol_flow_ops.py3264 branch_index): argument
3326 branch_index, argument
3581 def switch_case(branch_index, argument
/external/llvm-project/lldb/source/Target/
DThreadPlanStepRange.cpp331 uint32_t branch_index = instructions->GetIndexOfNextBranchInstruction( in SetNextBranchBreakpoint() local
DProcess.cpp5958 uint32_t branch_index = insn_list->GetIndexOfNextBranchInstruction( in AdvanceAddressToNextBranchInstruction() local
/external/tensorflow/tensorflow/compiler/xla/tests/
Dconditional_test.cc197 XlaOp branch_index; in XLA_TEST_P() local
240 XlaOp branch_index; in XLA_TEST_P() local
415 XlaOp branch_index; in XLA_TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc100 int branch_index = 0; in TryRemoveConditional() local
Ddynamic_dimension_inference.cc1266 for (int64 branch_index = 0; branch_index < hlo->branch_count(); in HandleConditional() local
Dshape_inference.cc2784 const Shape& branch_index, in InferConditionalShape()
Dhlo_evaluator.cc1976 int branch_index; in HandleConditional() local
Dhlo_instruction.cc1216 const Shape& shape, HloInstruction* branch_index, in CreateConditional()
/external/tensorflow/tensorflow/compiler/jit/
Dcompilability_check_util_test.cc390 auto branch_index = ops::Placeholder(root.WithOpName("pred"), DT_INT32); in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dchoose_fastest_branch_dataset_op.cc498 Status MakeCurrentIterator(IteratorContext* ctx, int64 branch_index, in MakeCurrentIterator()
/external/tensorflow/tensorflow/core/kernels/
Dfunctional_ops.cc271 const Tensor& branch_index = ctx->input(0); in ComputeAsync() local
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dspmd_partitioner.cc2543 HloInstruction* branch_index; in HandleInfeed() local
2946 HloInstruction* branch_index; in HandleOutfeed() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc2362 XlaOp branch_index, in Conditional()
2378 XlaOp branch_index, in ConditionalImpl()
4862 XlaOp Conditional(const XlaOp branch_index, in Conditional()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc762 static LogicalResult VerifyCaseOpBase(Operation *op, Value branch_index) { in VerifyCaseOpBase()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc2634 auto branch_index = conditional->operand(0); in HandleConditional() local