Home
last modified time | relevance | path

Searched refs:InputRange (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/include/llvm/FileCheck/
DFileCheck.h136 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileCheck.h132 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange);
/external/tensorflow/tensorflow/core/kernels/
Dconcat_op.cc57 c, InputRange(axis_attribute_name_, &axis_input_index_, &unused)); in ConcatBaseOp()
58 OP_REQUIRES_OK(c, InputRange("values", &values_input_start_index_, in ConcatBaseOp()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp120 enum InputRange enum
748 InputRange inputRange,
756 InputRange inputRange,
764 InputRange inputRange,
772 InputRange inputRange,
817 InputRange inputRange);
823 InputRange inputRange);
829 InputRange inputRange);
835 InputRange inputRange);
970 InputRange inputRange) in combine()
[all …]
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.cc139 TF_RETURN_IF_ERROR(context->op_kernel().InputRange(name, &start, &stop)); in InputIndex()
453 TF_RETURN_IF_ERROR(op_kernel().InputRange(name, &start, &stop)); in ConstantInputList()
Dxla_op_registry.cc435 TF_CHECK_OK(op_kernel->InputRange(input, &start, &stop)); in CompileTimeConstantInputs()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc150 Status OpKernel::InputRange(StringPiece input_name, int* start, in InputRange() function in tensorflow::OpKernel
628 TF_RETURN_IF_ERROR(params_->op_kernel->InputRange(name, &start, &stop)); in input_list()
636 TF_RETURN_IF_ERROR(params_->op_kernel->InputRange(name, &start, &stop)); in mutable_input_list()
862 TF_RETURN_IF_ERROR(params_->op_kernel->InputRange(name, &start, &stop)); in get_input_index()
Dop_kernel_test.cc1019 TF_CHECK_OK(op->InputRange(input_name, &start, &stop)); in BM_InputRangeHelper()
Dop_kernel.h173 Status InputRange(StringPiece input_name, int* start, int* stop) const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp917 SMRange InputRange) in FileCheckDiag() argument
919 auto Start = SM.getLineAndColumn(InputRange.Start); in FileCheckDiag()
920 auto End = SM.getLineAndColumn(InputRange.End); in FileCheckDiag()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1569 SMRange InputRange, StringRef Note) in FileCheckDiag() argument
1571 auto Start = SM.getLineAndColumn(InputRange.Start); in FileCheckDiag()
1572 auto End = SM.getLineAndColumn(InputRange.End); in FileCheckDiag()