Home
last modified time | relevance | path

Searched refs:operand_handle (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/client/
Dvalue_inference.cc156 int64_t operand_handle = inst.operand_ids(i); in Evaluate() local
159 operand_map[operand_handle] = operand.get(); in Evaluate()
593 int64_t operand_handle = root->operand_ids(0); in AnalyzeConstantValueFallback() local
597 .AddDependency(operand_handle, type, context) in AnalyzeConstantValueFallback()
655 int64_t operand_handle = root->operand_ids(0); in AnalyzeUpperBound() local
657 handle_to_instruction(operand_handle).ValueOrDie(); in AnalyzeUpperBound()
824 int64_t operand_handle = root->operand_ids(0); in AnalyzeLowerBound() local
826 handle_to_instruction(operand_handle)); in AnalyzeLowerBound()
914 int64_t operand_handle = root->operand_ids(0); in AnalyzeConstant() local
916 handle_to_instruction(operand_handle)); in AnalyzeConstant()
[all …]
Dxla_builder.cc3712 int64_t operand_handle = instr_proto->operand_ids(0); in BuildConstantSubGraph() local
3714 LookUpInstructionByHandle(operand_handle)); in BuildConstantSubGraph()